PSM.Interface.disp
Display a PSM object in the console
Syntax
Description
disp(obj)obj.disp
Displays a PSM 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 status of assigned state vector rows. Displays any model parameters.
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
PSM object
The PSM object to display in the console
Prints
Displays the object in the console.