AV = angvel(quat,dt,"frame")
returns the angular velocity array from an array of quaternions, quat.
The quaternions in quat correspond to frame rotation. The initial
quaternion is assumed to represent zero rotation.
AV = angvel(quat,dt,"point")
returns the angular velocity array from an array of quaternions, quat.
The quaternions in quat correspond to point rotation. The initial
quaternion is assumed to represent zero rotation.
[AV,qf] = angvel(quat,dt,fp,qi)
allows you to specify the initial quaternion, qi, and the type of
rotation, fp. It also returns the final quaternion,
qf.
Angular velocity, returned as an N-by-3 real matrix, where
N is the number of quaternions in the quat
argument. Each row of the matrix corresponds to an angular velocity vector.
qf — Final quaternion quaternion object
Final quaternion, returned as a quaternion object.
qf is the same as the last quaternion in the
quat argument.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.