gca
Last updated
Was this helpful?
Last updated
Was this helpful?
get current axes graphics object.
ca = gca()
ca - 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.
, .
1.0.0
initial version
Allan CORNET