ishold
Get current hold state.
Syntax
- tf = ishold()
 - tf = ishold(ax)
 
Input argument
- ax - scalar graphics object: axes.
 
Output argument
- tf - a scalar logical: true if it is hold on.
 
Description
tf = ishold(ax) returns the hold state of the specified axes object.
See also
History
| Version | Description | 
|---|---|
| 1.0.0 | initial version | 
Author
Allan CORNET