angle2dcm
Convert rotation angles to direction cosine matrix
Description
calculates the direction cosine matrix dcm
= angle2dcm(rotationAng1
,rotationAng2
,rotationAng3
)dcm
given three sets of rotation
angles, rotationAng1
, rotationAng2
, and
rotationAng3
, specifying yaw, pitch, and roll. The rotation used in
this function is a passive transformation between two coordinate systems.
calculates the direction cosine matrix given the rotation sequence,
dcm
= angle2dcm(___,rotationSequence
)rotationSequence
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b
See Also
angle2quat
| dcm2angle
| dcmbody2stability
| dcm2quat
| quat2dcm
| quat2angle