How to convert euler angles or quaternion into xy(cartesian)coordinates
11 views (last 30 days)
Show older comments
How to convert euler angles or quaternion into xy(cartesian)coordinates
2 Comments
KSSV
on 16 May 2018
If you have polar coordinates (r,theta), you can convert them to Cartesian using pol2cart. How a angle alone can be converted to Cartesian coordinates?
James Tursa
on 16 May 2018
Euler angles and quaternions typically represent rotations, so converting them to xy positions doesn't make sense. Can you give us more detail about what you are trying to do, and why you think you need this conversion?
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!