[Master Index] [Index for /tools/hpmatlab/toolbox/matlab/graphics]

gca

(/tools/hpmatlab/toolbox/matlab/graphics/gca.m)


Function Synopsis

h = gca()

Help text

GCA	Get current axis handle.
	H = GCA returns the handle to the current axis. The current
	axis is the axis that graphics commands like PLOT, TITLE,
	SURF, etc. draw to if issued.

	Use the commands AXES or SUBPLOT to change the current axis
	to a different axis, or to create new ones.

	See also AXES,SUBPLOT,DELETE,CLA,HOLD,GCF.

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON