Main Content

capture

Class: vrfigure

(To be removed) Capture virtual reality figure image

vrfigure.capture will be removed in a future release. For more information, see Version History.

Syntax

image_capture = capture(figure)

Description

image_capture = capture(figure) captures a virtual reality figure into a TrueColor RGB image. You can display this image using the image command. You can then print the figure.

Input Arguments

expand all

Virtual reality figure, specified as a vrfigure object.

Output Arguments

expand all

Virtual reality figure image, captured as an array. The array is an m-by-n-by-3 data array that defines red, green, and blue color components for each individual pixel.

Version History

Introduced before R2006a

collapse all