MATLAB Function Reference
  Go to function:
    Search    Help Desk 
capture    See Also

Screen capture

Syntax

Description

capture creates a bitmap copy of the contents of the current Figure, including any Uicontrol graphics objects. It creates a new Figure and displays the bitmap copy as an Image graphics object in the new Figure.

capture(h) creates a new Figure that contains a copy of the Figure identified by h.

[X,cmap] = capture(h) returns an image matrix X and a colormap. You display this information using the statements

Remarks

The resolution of a bitmap copy is less than that obtained with the print command.

See Also

image, print



[ Previous | Help Desk | Next ]