<< fill | Graphics functions | gcf >> |
ca = gca() |
a graphics object: axes graphics object.
ca = gca() returns the current axes graphics object.
If there are no axes, gca() creates an axes and returns its graphics object.
ca = gca()
isgraphics(ax, 'axes')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET