メインコンテンツ

vrcoordm2vr

(To be removed) Convert MATLAB coordinates to VR coordinates

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

Description

vr = vrcoordm2vr(m) converts a point with coordinates in the MATLAB® coordinate system to the Virtual World coordinate system.

Input Arguments

collapse all

Coordinates of a point in MATLAB notation, specified as a 3-element row vector.

Data Types: single | double

Output Arguments

collapse all

Coordinates of a point in VRML notation, returned as a 3-element row vector.

Data Types: single | double

Version History

Introduced in R2019a

collapse all