ncdisp
Display contents of NetCDF data source in Command Window
Description
ncdisp(
displays all groups, dimensions,
variable definitions, and attributes in the NetCDF data source,
source
)source
, as text in the Command Window.
ncdisp(
displays the contents of the NetCDF data source in the display format specified by
source
,location
,dispFormat
)dispFormat
.
Examples
Input Arguments
Limitations
The performance of byte-range reading is slower than reading from other sources.
Tips
If
source
is an OPeNDAP URL with a constraint expression, use the syntaxncdisp(source)
with no other input arguments.