animates a quaternion vector More...
Go to the source code of this file.
Functions | |
| function | animateQuat (in quat, in options) |
| function | timer_callback (in ignoredArg, in ignoredArg) |
| function | my_closereq (in ignoredArg, in ignoredArg) |
animates a quaternion vector
animateQuat(quat) animates the orientation data quat. The animation is done in a new figure window with a poseplot. The data must be provided either as a Nx4 numeric vector or as Nx1 quaternion vector.
animateQuat(quat, options) allows to specify additional options for the animation.
animateQuat(quat1, quat2, ..., quatN) animates multiple orientation data sets in the same figure window.
| quat | - Nx4 numeric vector or Nx1 quaternion vector |
| options | (optional) - struct with optional input arguments
|
| none |
Definition in file animateQuat.m.
| function animateQuat | ( | in | quat, |
| in | options ) |
| function my_closereq | ( | in | ignoredArg, |
| in | ignoredArg ) |
| function timer_callback | ( | in | ignoredArg, |
| in | ignoredArg ) |