DCM from Euler angles

Computes DCM from Euler angles for six basic sequence of rotations around X(Roll), Y(Pitch), Z(Ya)

您现在正在关注此提交

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 (2026). DCM from Euler angles (https://ww2.mathworks.cn/matlabcentral/fileexchange/9289-dcm-from-euler-angles), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0.0

BSD License

1.0.0.0

revised