rotm = eul2rotm(eul) converts a
set of Euler angles, eul, to the corresponding rotation matrix,
rotm. When using the rotation matrix, premultiply it with
the coordinates to be rotated (as opposed to postmultiplying). The default order for
Euler angle rotations is "ZYX".
rotm = eul2rotm(eul,sequence)
converts Euler angles to a rotation matrix, rotm. The Euler
angles are specified in the axis rotation sequence, sequence.
The default order for Euler angle rotations is "ZYX".
Rotation matrix, returned as a 3-by-3-by-n matrix
containing n rotation matrices. Each rotation matrix
has a size of 3-by-3 and is orthonormal. When using the rotation matrix,
premultiply it with the coordinates to be rotated (as opposed to postmultiplying).
Example: [0 0 1; 0 1 0; -1 0 0]
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.