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.
interpolates transformation0
= interp(transformation1
,transformation2
,N
)N
steps between transformations
transformation1
and transformation2
.
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022b