Applying 3D Rotation Matrix
Mostra commenti meno recenti
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 Commenti
James Tursa
il 13 Dic 2018
Modificato: James Tursa
il 13 Dic 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
il 13 Dic 2018
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Interactions, Camera Views, and Lighting in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!