particleFilter.disp

Displays a particle filter in the console


Syntax



Description

disp(obj)
obj.disp

Displays a particle 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. Also lists the weighting scheme used by the particle 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

particleFilter object
The particleFilter object to display in the console

Prints

Displays the particle filter object in the console.