variablePathsWithName

Return all group-qualified paths matching a variable name.


Declaration

 varPaths = variablePathsWithName(grp,variableName)

Parameters

  • variableName (char string) Variable name.

Returns

  • varPaths (string) Matching variable paths.

Discussion

  varPaths = ncfile.variablePathsWithName('x');

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