stateTransitionJacobian
Description
returns the Jacobian of the state transition function for a specified motion model,
jac = stateTransitionJacobian(model,filter,dt,varargin)model, with respect to the states of the filter using the motion
model, filter. For more details about the returned Jacobian, see the
jac output
argument.
You can use the stateTransitionJacobian function to calculate the covariance
derivative in a continuous time prediction using an INS filter. For example, the predict function of the
insEKF filter object calls
stateTransitionJacobian function on the motion model used with the filter object.
Note
You can optionally implement this function as a method for a subclass of the positioning.INSMotionModel abstract class. If you do not implement this
method, the subclass uses a Jacobian calculated by numerical differentiation.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022a