MATLAB: 1-2-1 or X-Y-X rotation matrix not supported

1-2-1xx-y-z

Hi all,
I want to convert from euler to quaternion with 1-2-1 (respectively X-Y-X) rotation.
However, Matlab is not supporting this, is there a way to go around this?

Best Answer

According to the doc here:
The angle2quat supports the 'XYX' sequence. What functions are you using?