compose / decompose 3x3 rotation matrix (comp_decomp_matrix​)

版本 1.0.0.0 (1.6 KB) 作者: Thomas Seers
Compose 3x3 rotation matrix from euler angles or decompose 3x3 rotation matrix to euler angles
618.0 次下载
更新时间 2013/10/15

查看许可证

COMP_DECOMP_MATRIX: compose 3x3 rotation matrix from euler angles (in degrees) or decompose 3x3 rotation matrix to euler angles (in degrees)
Input: 1x3 vector of euler rotations around x rotations(1), y
rotations(2), and z, rotations(3) or 3x3 rotation matrix
Output: 3x3 matrix representing rotations around x, y, and z axis
or 1x3 vector of euler angles in degrees

NOTE: Euler angles returned when doing a decomposition will be in the following ranges (in radians):

% theta_x --> (-pi, pi)
% theta_y --> (-pi/2, pi/2)
% theta_z --> (-pi, pi)

Angles within these ranges will be the same after decomposition: angles outside these ranges will produce the correct rotation matrix, but the decomposed values will be different to the input angles.

引用格式

Thomas Seers (2024). compose / decompose 3x3 rotation matrix (comp_decomp_matrix) (https://www.mathworks.com/matlabcentral/fileexchange/43907-compose-decompose-3x3-rotation-matrix-comp_decomp_matrix), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Coordinate Transformations 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0