How to check the ax is hold or not in MatLab? - ishold -- MatLab

How to check the ax is hold or not in MatLab? - ishold -- MatLab


ishold command

[Description]

tf =ishold
return true when current ax is hold. Otherwise, return false.

tf=ishold(ax)
return true when the ax is hold. Otherwise, return false.

[NOTE]
Great Importance !!! Pay  a lot of attention on it!!!

When you use ishold command but there are no figure.
The MatLab will create a new empty figure and return false.

e.g.



more details on:

Comments

Popular posts from this blog

How to hold plots in MatLab? - hold -- MatLab

How to check whether point is changed or not in MatLab? - ischange -- MatLab

Data distribution plots in MatLab -- MatLab