GroundVehicle.AttitudeMatrix Property

Top 

Description

The Direction-Cosine-Matrix (DCM) that defines the rotation from the specified Attitude Reference Frame to the GroundVehicle Body Coordinate System.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

Matrix of number (size = 3 x 3)

Access:

read/write

Default Value:

[1.0,0.0,0.0;0.0,1.0,0.0;0.0,0.0,1.0]

 

Syntax

myMatrix1 = myGroundVehicle1.AttitudeMatrix;

 

myGroundVehicle1.AttitudeMatrix = myMatrix1;

 

See also

GroundVehicle Object