Main Content

matlab.io.hdfeos.gd.inqGrid

Namespace: matlab.io.hdfeos.gd

Names of grids in file

Syntax

grids = inqGrid(filename)

Description

grids = inqGrid(filename) returns the names of all grids in the given file. grids is a cell array.

This function corresponds to the GDinqgrid function in the HDF-EOS library C API.

Examples

import matlab.io.hdfeos.*
grids = gd.inqGrid('grid.hdf');