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

figure

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


Help text

FIGURE Create Figures (graph windows).
 	FIGURE, by itself, opens a new Figure (graph window), and returns
	an integer handle.
 
 	FIGURE(H) makes the H'th Figure the current Figure for 
 	subsequent plotting commands.  If Figure H does not exist, a new 
	one is created using the first available Figure handle.

   	GCF returns the handle to the current figure.

   	Execute GET(H) to see a list of figure object properties and
   	their current values. Execute SET(H) to see a list of figure
   	object properties and legal property values.

	See also SUBPLOT, AXES, GCF, CLF.

Cross-Reference Information

This is called by

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