gridMetadata.disp

Display gridMetadata object in console


Syntax



Description

obj.disp

Displays the contents of a gridMetadata object to the console. Displays a link to the gridMetadata documentation page. If the object is scalar, displays dimensions with metadata. If the metadata has a set dimension order, displays the dimensions in that order. If the metadata has non-dimensional attributes, notes the existence of attributes and links to the attributes fields. If the object is non-scalar, displays the size of the gridMetadata array.

obj.disp(showAttributes)

Indicate whether to display the attributes fields in the console. By default, attributes fields are not displayed. This setting only affects the display of scalar object that have non-dimensional attributes.


Input Arguments

showAttributes

scalar logical
True if non-dimensional attributes fields should be displayed in the console. False (default) if non-dimensional attributes should not be displayed