tf = ishold()
tf = ishold(ax)
| Parameter | Description |
|---|---|
| ax | scalar graphics object: axes. |
| Parameter | Description |
|---|---|
| tf | a scalar logical: true if it is hold on. |
tf = ishold(ax) returns the hold state of the specified axes object.
| Version | Description |
|---|---|
| 1.0.0 | initial version |