Main Content

isvalid

Class: vrfigure

(To be removed) Check validity of vrfigure object handles

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

Syntax

valid_handles = isvalid(vrfigure_vector)

Description

valid_handles = isvalid(vrfigure_vector) detects whether the vrfigure handles are valid.

Input Arguments

expand all

Virtual reality figure vector, specified as a vrfigure object.

Output Arguments

expand all

Virtual reality figure image, captured as a logical array. The array that contains a 1 where the vrfigure handles are valid and returns a 0 where they are not.

Version History

Introduced before R2006a

collapse all

See Also

|