ishold
Last updated
Was this helpful?
Last updated
Was this helpful?
Get current hold state.
tf = ishold()
tf = ishold(ax)
ax - scalar graphics object: axes.
tf - a scalar logical: true if it is hold on.
tf = ishold(ax) returns the hold state of the specified axes object.
, .
1.0.0
initial version
Allan CORNET