gridfile.dispDimensions

Print dimension sizes and metadata to the console


Syntax



Description

obj.dispDimensions
obj.dispDimensions(0)

Prints dimension names, sizes, and (when possible) metadata limits for a gridfile.

obj.dispDimensions(s)

Prints dimension names, sizes, and (when possible) metadata limits for a data source catalogued in a gridfile.


Input Arguments

s

scalar integer
The index of a data source in the gridfile or 0. If 0, prints dimension information for the full gridfile. If an index, print dimension information for the corresponding data source.

Prints

Prints dimension names, sizes, and metadata limits to the console.