MATLAB Function Reference | Search  Help Desk |
noanimate | See Also |
Change EraseMode
of all objects to normal
noanimate(state,fig_handle) noanimate(state)
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.
print