interp
Interpolate between transformations
Syntax
Description
interpolates at normalized positions transformation0 = interp(transformation1,transformation2,points)points between transformations
transformation1 and transformation2.
The function interpolates rotations using a quaternion spherical linear interpolation, and linearly interpolates translations.
___ = interp(___,
interpolates transformation2,N)N steps between the specified transformations or
rotations.