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 objects 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 |
© 1994-2005 The MathWorks, Inc.