Rotation sequence of Euler angle representation, specified as a character
vector or string.
The rotation sequence defines the order of rotations about the axes. For
example, if you specify a rotation sequence of 'YZX':
The first rotation is about the
y-axis.
The second rotation is about the new
z-axis.
The third rotation is about the new
x-axis.
Data Types: char | string
rotationType — Type of rotation 'point' | 'frame'
Type of rotation, specified as 'point' or
'frame'.
In a point rotation, the frame is static and the point moves. In a frame
rotation, the point is static and the frame moves. Point rotation and frame
rotation define equivalent angular displacements but in opposite
directions.
Euler angle representation in degrees, returned as a
N-by-3 matrix. N is the number of
quaternions in the quat argument.
For each row of eulerAngles, the first column
corresponds to the first axis in the rotation sequence, the second column
corresponds to the second axis in the rotation sequence, and the third
column corresponds to the third axis in the rotation sequence.
The data type of the Euler angles representation is the same as the
underlying data type of quat.
Data Types: single | double
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.