MATLAB axis conversion function question

조회 수: 2 (최근 30일)
math_student
math_student 2018년 12월 19일
Hi
Using MATLAB to do axis conversion, I have questions and write questions.
There are angle2dcm and rotx / roty / rotz functions in the axis transformation functions of matlab.
However, from the matlab documentation, the angle2dcm and rotx / roty / rotz functions are transposed to each other.
- Therefore: angle2dcm = (rotx, roty, rotz)'
Why does this difference occur?
I just want to convert the body frame to the navigation frame using DCM.
Textbooks are described as follows.
X_trans = R_x * R_y * R_z * X
(X_trans : transposed position, R_x,y,z : x,y,z-axis rotate matrix, X : origin position)
What function should I use in this situation?
Should I use angle2dcm? Or should I use rotx, roty, rotz?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Cell Arrays에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by