gca
get current axes graphics object.
📝Syntax
ca = gca()
📤Output Arguments
Parameter Description
ca a graphics object: axes graphics object.
📄Description

ca = gca() returns the current axes graphics object.

If there are no axes, gca() creates an axes and returns its graphics object.

💡Examples
ca = gca()
isgraphics(ax, 'axes')
🔗See Also
isgraphicsaxes
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub