Create SE(3) transformation with an xyz-position of [2 3 1] and a rotation defined by a numeric quaternion. Use the eul2quat function to create the numeric quaternion.
3-D compact pose, returned as an M-by-3 matrix, where each row is
of the form [xyzqwqxqyqz]. M is the total number of transformations
specified. x, y, z comprise the
xyz-position and qw, qx, qy,
and qz comprise the quaternion rotation.