getTransform
Syntax
Description
tform = getTransform(frames,targetframe,sourceframe)sourceFrame
        coordinate frame to the targetFrame. By default, this function uses the
        last timestamp for both frames specified in frames.
tform = getTransform(frames,targetframe,sourceframe,timestamp)frames, the function performs interpolation
        using a constant velocity assumption for linear motion, and spherical linear interpolation
        (SLERP) for angular motion. 
Input Arguments
Output Arguments
Version History
Introduced in R2022a