plotFilterErrors
Syntax
Description
plotFilterErrors(
plots the state
estimate errors for a tracking filter tuned by the tuner
)tuner
.
If you tune the filter based on a truth timetable that contains the
Position
andVelocity
columns, this function plots the position and velocity estimate errors on the x-, y-, and z-axes.If you tune the filter based on a truth timetable that contains the
State
column, this function plots the estimate error for each state component.
The function also plots the 3-sigma covariance envelopes, which ideally contain roughly 99.7% of the state estimate errors for a consistent filter.
Note
Use the tune
object
function before calling the plotFilterErrors
function if you have
changed any of these properties of the tuner
:
FilterInitializationFcn
TunablePropertiesSource
CustomTunableProperties
Examples
Input Arguments
Version History
Introduced in R2022b