DCM from Euler angles

Computes DCM from Euler angles for six basic sequence of rotations around X(Roll), Y(Pitch), Z(Ya)
ダウンロード: 4.8K
更新 2009/7/9

ライセンスの表示

Computes Direction Cosine Matrix from Euler angles (in radians) for six basic sequence of rotations around X(Roll),Y(Pitch) and Z(Yaw) axis.

Allowed rotations sequences:
xyz, xzy, yxz, yzx, zxy, zyx
OR
rpy, ryp, pry, pyr, yrp, ypr
----------------------------
dcmfromeuler.m
function to compute DCM from Euler angles

dcmfromeulerTest.m
A simple test program to test dcmfromeuler.m

引用

Dr. Murtaza Ali Khan (2024). DCM from Euler angles (https://www.mathworks.com/matlabcentral/fileexchange/9289-dcm-from-euler-angles), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersUnit Conversions についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

BSD License

1.0.0.0

revised