kalmanFilter.disp

Displays a Kalman filter in the console


Syntax



Description

disp(obj)
obj.disp

Displays a Kalman filter object in the console. If the object is scalar, displays the label (if there is one). Also displays the current status of the observations, estimates, uncertainties, and prior. Displays assimilation sizes as they are set. Lists covariance options implemented by the filter. Lists output options for the filter.

If the object is an array, displays the array size. If any of the objects in the array have labels, displays the labels. Any object without a label is listed as “<no label>”. If the array is empty, declares that the array is empty.


Input Arguments

obj

kalmanFilter object
The kalmanFilter object to display in the console

Prints

Displays the Kalman filter object in the console.