predict
Predict state and state estimation error covariance of tracking filter
Syntax
Description
[
specifies additional prediction parameters used by the state transition function. The
state transition function is defined in the xpred
,Ppred
] = predict(filter
,predparams
)StateTransitionFcn
property of filter
.
[
also returns the predicted measurement at the next time step.xpred
,Ppred
,zpred
] = predict(filter
)
You can use this syntax only when filter
is a trackingABF
object.
predict(
updates
filter
,___)filter
with the predicted state and state estimation error
covariance without returning the predicted values. Specify the tracking filter and any of
the input argument combinations from preceding syntaxes.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2018b
See Also
clone
| correct
| correctjpda
| distance
| initialize
| likelihood
| residual