optimalSensor.disp

Displays an optimalSensor object in the console


Syntax



Description

disp(obj)
obj.disp

Displays details about an optimal sensor object in the console. Begins by displaying a link to the class documentation. If the object is scalar, displays the label (if there is one). Also displays the current status of the metric, estimates, and uncertainties. Displays assimilation sizes as they are set.

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

optimalSensor object
The optimalSensor object to display in the console

Prints

Displays the object in the console.