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

capture

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


Function Synopsis

[X,map] = capture(fig)

Help text

CAPTURE Screen capture of the current figure.
	CAPTURE(FIG) makes a new figure containing a copy of the specified
	figure, including any uimenus and uicontrols.
	CAPTURE, without any input arguments, captures the current figure.

	CAPTURE is often followed by PRINT to produce hard copy.  Since this
	is only a bitmap copy of the screen image, the resolution will not
	be as good as PRINT applied to the original figure, but it will
	include the overlaying menus and controls.

	[X,map] = CAPTURE returns an image matrix and a color map without
	displaying it.

	See also PRINT, IMAGE.

Cross-Reference Information

This function calls

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