predict
Predict state and state estimation error covariance of linear Kalman filter
Since R2021a
Syntax
Description
Syntaxes for Predefined Motion Model
Use these syntaxes if you specify a predefined motion model in the
                    MotionModel property of the trackingKF object.
Syntaxes for Custom Motion Model Without Control Input
Use these syntaxes if you specify the MotionModel property as
                    "Custom" and do not use control inputs.
[
                    returns the predicted state xpred,Ppred] = predict(filter)xpred and the predicted state
                    estimation error covariance Ppred using the state
                    transition matrix specified in the StateTransitionModel
                    property of the filter. The predicted values overwrite the
                    internal state and state estimation error covariance of the
                        filter.
Syntaxes for Custom Motion Model with Control Input
Use these syntaxes if you specify the MotionModel property as
                    "Custom" and use control inputs. 
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021a
See Also
clone | correct | correctjpda | distance | initialize | likelihood | residual
![Figure contains an axes object. The axes object with xlabel x [m], ylabel y [m] contains 6 objects of type line, text. One or more of the lines displays its values using only markers These objects represent Object position, Predicted position, Corrected position.](../../examples/shared_tracking_fusion/win64/ConstantVelocityLinearKalmanFilterExample_01.png)

