MATLAB Function Reference
  Go to function:
    Search    Help Desk 
noanimate    See Also

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:

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

print



[ Previous | Help Desk | Next ]