eul = eul2tform(eul) converts a
set of Euler angles, eul, into a homogeneous transformation
matrix, tform. When using the transformation matrix,
premultiply it with the coordinates to be transformed (as opposed to
postmultiplying). The default order for Euler angle rotations is
"ZYX".
tform = eul2tform(eul,sequence)
converts Euler angles to a homogeneous transformation. The Euler angles are
specified in the axis rotation sequence, sequence. The default
order for Euler angle rotations is "ZYX".
Homogeneous transformation matrix, specified by a 4-by-4-by-n matrix
of n homogeneous transformations. When using the
rotation matrix, premultiply it with the coordinates to be rotated
(as opposed to postmultiplying).
Example: [0 0 1 0; 0 1 0 0; -1 0 0 0; 0 0 0 1]
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.