MATLAB Function Reference Previous page   Next Page
ishold

Returns current hold state

Syntax

Description

ishold returns 1 if hold is on, and 0 if it is off. When hold is on, the current plot and most axis properties are held so that subsequent graphing commands add to the existing graph.

A state of hold on implies that both figure and axes NextPlot properties are set to add.

See Also

hold, newplot

Controlling Graphics Output for related information

Axes Operations for related functions


Previous page  ishandle isinf Next page

© 1994-2005 The MathWorks, Inc.