Main Content
quatnorm
Calculate norm of quaternion
Syntax
Description
calculates the norm norm
= quatnorm(q
)norm
for a given quaternion,
q
. For more information on the quaternion and quaternion norm 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 quaternion norm 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
See Also
quatconj
| quatdivide
| quatinv
| quatmod
| quatmultiply
| quatnormalize
| quatrotate