axang — Rotation given in axis-angle form n-by-4 matrix
Rotation given in axis-angle form, specified as an n-by-4
matrix of n axis-angle rotations. The first three
elements of every row specify the rotation axis, and the last element
defines the rotation angle (in radians).
Unit quaternion, returned as an n-by-4 matrix
containing n quaternions. Each quaternion, one
per row, is of the form q = [wxyz],
with w as the scalar number.
Example: [0.7071 0.7071 0 0]
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.