User`s guide
Graphics and 3-D Visualization
12-19
Graphics and 3-D Visualization
Print –dmfile and printdmfile Issue Deprecation Warnings
The –dmfile print command option and the printdmfile function now issue a
deprecation warning. Both option and function will be removed in a subsequent release.
The –dmfile option and the printdmfile function were used by GUIDE.
Compatibility Considerations
Remove any use of print –dmfile or printdmfile from your code.
The saveas 'mmat' option Issues a Deprecation Warning
The saveas function now issues a deprecation warning if you use the 'mmat' format
option. This option will be removed in a subsequent release. This option was used with
GUIDE.
Compatibility Considerations
Remove any use of the mmat option with saveas from your code.
The movie Function is No Longer a Built-in Function
The movie function is no longer a built-in function. Therefore, you cannot call movie
from the builtin function. movie syntax remains the same.
Compatibility Considerations
Remove any use of the builtin function to call the movie function from your code.