gridMetadata.defined

Return a list of dimensions with defined metadata


Syntax



Description

dimensions = obj.defined

Returns the list of dimensions that have metadata in the current gridMetadata object. Does not include attributes.

[dimensions, size] = obj.defined

Also returns the sizes of the defined dimensions. The size of a dimension is the number of rows in its metadata.


Output Arguments

dimensions

string vector
A list of dimensions with metadata

size

vector, positive integers
The number of metadata rows for each defined dimension.