Main Content

VR to MATLAB Coordinates

(To be removed) Convert VR coordinates to MATLAB coordinates

VR to MATLAB Coordinates will be removed in a future release. For more information, see Version History.

  • VR to MATLAB Coordinates block

Libraries:
Simulink 3D Animation / Utilities

Description

The VR to MATLAB Coordinates block converts a point with coordinates in the Virtual World coordinate system (Znear) to the MATLAB® coordinate system (Zup).

The following relation holds between the two coordinate systems:

[xm, ym, zm] = [xv, -zv, yv]

where MATLAB coordinates are denoted with the m subscript and Virtual World coordinates are denoted with the v subscript.

Ports

Input

expand all

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

Data Types: single | double

Output

expand all

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

Data Types: single | double

Extended Capabilities

expand all

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2019a

collapse all