NetCDFGroup

Create and manage a NetCDF group.


Declaration

 grp = NetCDFGroup(options)

Parameters

  • options.name (char) Group name.
  • options.id (double) NetCDF group ID to load from an existing file.
  • options.parentGroup (NetCDFGroup) Parent group. Use [] for the root group.

Returns

  • grp (NetCDFGroup) New group instance.

Discussion


This site uses Just the Docs, a documentation theme for Jekyll.