MATLAB Function Reference |
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
Controlling Graphics Output for related information
Axes Operations for related functions
ishandle | isinf |
© 1994-2005 The MathWorks, Inc.