Main Content
quatnormalize
Normalize quaternion
Description
calculates the normalized quaternion, normalized normalized_q
= quatnormalize(q
)n
, for a given
quaternion, q
. For more information on the quaternion and normalized
quaternion forms, see Algorithms.
Aerospace Toolbox uses quaternions that are defined using the scalar-first convention.
Examples
Input Arguments
Output Arguments
Algorithms
The quaternion has the form of
The normalized quaternion has the form of
References
[1] Stevens, Brian L. and Frank L. Lewis. Aircraft Control and Simulation. 2nd ed. Wiley–Interscience, 2003.
Extended Capabilities
Version History
Introduced in R2006b