wyh rotation matrix convert to eular angle is not same with original eular?
Show older comments
At the beginning,i use eul2rotm function to convert eular degree to rotation matrix,then use rotm2eul function convert to back ,but it not same as before,why it occur like this result,i don't it understand. Thanks in advance!
eular1 = [pi/2,pi,-pi/2] % ZYX default order
r = eul2rotm(eular1,'ZYX');
eular2 = rotm2eul(r,'ZYX')
eular2 is not same eular1?
Accepted Answer
More Answers (0)
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!