Problem 44892. Create a 3D rotation matrix
Consider an arbitrary coordinate frame {A}. Consider another coordinate frame {B} which has the same origin as {A} but is rotated by -90degrees about the y-axis of frame {A}. Write the SO(3) rotation matrix that will transform the coordinates of a point, defined with respect to {B}, to the coordinates with respect to {A}.
Solution Stats
Problem Comments
-
2 Comments
You should think about having an input variable rather than describing it as only -90 degrees in the description.
Easy to do, what's your reasoning?
Solution Comments
Show commentsProblem Recent Solvers16
Suggested Problems
-
Convert a numerical matrix into a cell array of strings
2242 Solvers
-
Check if number exists in vector
13209 Solvers
-
288 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
672 Solvers
-
Matrix rotation as per given angle
117 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!