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

gcf

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


Function Synopsis

h = gcf()

Help text

GCF	Get current figure handle.
	H = GCF returns the handle to the current figure. The current
	figure is the figure (graphics window) that graphics commands
	like PLOT, TITLE, SURF, etc. draw to if issued.

	Use the commands FIGURE to change the current figure
	to a different figure, or to create new ones.

	See also FIGURE, CLOSE, CLF, GCA.

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