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.
hold, newplot.
1.0.0
initial version
Last updated 3 months ago