Given a rotation matrix, generate the Euler Angles as output [phi,theta,psi]. [phi is a rotation around X-axis, theta is rotation around Y-axis, and psi is rotation around Z-axis].
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers6
Suggested Problems
-
Select every other element of a vector
36380 Solvers
-
Find the two most distant points
2953 Solvers
-
convert matrix to single column
435 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
Find elements of set A those are not in set B
72 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
David, I'm getting an unrecognized function error for randOrthRotMat.