Applying 3D Rotation Matrix
Afficher commentaires plus anciens
I have 2 sets of 3D axes in Matlab. I have a list of points in the first set of 3D axes that I want to apply a rotation matrix to in order to convert them to the same location in the second set of axes. I am a bit rusty with applying rotation matrices, any help is appreciated.
2 commentaires
James Tursa
le 13 Déc 2018
Modifié(e) : James Tursa
le 13 Déc 2018
You need to form the direction cosine (rotation) matrix that goes from one coordinate frame to the other coordinate frame. You can get the elements of this matrix with the dot products of the coordinate axes that you have. How are these coordinate axes stored?
Student123
le 13 Déc 2018
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Interactions, Camera Views, and Lighting dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!