| MATLAB Function Reference | ![]() |
Change EraseMode of all objects to normal
Syntax
Description
noanimate(state,fig_handle) sets the EraseMode of all image, line, patch surface, and text graphics object in the specified figure to normal. state can be the following strings:
'save' - set the values of the EraseMode properties to normal for all the appropriate objects in the designated figure.
'restore' - restore the EraseMode properties to the previous values (i.e., the values before calling noanimate with the 'save' argument).
noanimate(state) operates on the current figure.
noanimate is useful if you want to print the figure to a Tiff or JPEG format.
See Also
Animation for related functions
| nnz | nonzeros | ![]() |