[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
- axes /tools/hpmatlab/toolbox/matlab/graphics/axes.m
- break /tools/hpmatlab/toolbox/matlab/lang/break.m
- clear /tools/hpmatlab/toolbox/matlab/general/clear.m
- computer /tools/hpmatlab/toolbox/matlab/elmat/computer.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- image /tools/hpmatlab/toolbox/matlab/graphics/image.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- nargout /tools/hpmatlab/toolbox/matlab/elmat/nargout.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
- uimenu /tools/hpmatlab/toolbox/matlab/graphics/uimenu.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON