Applying 3D Rotation Matrix
Mostrar comentarios más antiguos
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 comentarios
James Tursa
el 13 de Dic. de 2018
Editada: James Tursa
el 13 de Dic. de 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
el 13 de Dic. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Interactions, Camera Views, and Lighting en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!