ishold
Get current hold state.
📝Syntax
tf = ishold()
tf = ishold(ax)
📥Input Arguments
Parameter Description
ax scalar graphics object: axes.
📤Output Arguments
Parameter Description
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
holdnewplot
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub