Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
NetCDF
Home
Class documentation
NetCDFFile
NetCDFGroup
NetCDFDimension
NetCDFVariable
NetCDFRealVariable
NetCDFComplexVariable
Version History
Search NetCDF
groupWithName
groupWithName
Retrieve a child group by name.
Declaration
grpOut
=
groupWithName
(
grp
,
name
)
Parameters
name
(char
string) Child group name.
Returns
grpOut
(NetCDFGroup) Matching child group.
Discussion