Main Content
dcm2alphabeta
Convert direction cosine matrix to angle of attack and sideslip angle
Syntax
Description
[
calculates the angle of attack (alpha
beta
] = dcm2alphabeta(dcm
)alpha
) and sideslip angle
(beta
) for the direction cosine matrix, dcm
. The
function transforms the coordinates from a vector in body axes into a vector in wind axes.
[
performs alpha
beta
] = dcm2alphabeta(dcm
,action
)action
if the dcm
is not
orthogonal.
[
uses a alpha
beta
] = dcm2alphabeta(___,tolerance
)tolerance
level to evaluate if the direction cosine matrix,
dcm
, is orthogonal. Specify tolerance
after all
other input arguments.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b