Main Content

matlab.io.hdfeos.sw.inqSwath

Namespace: matlab.io.hdfeos.sw

Names of swaths in file

Syntax

swaths = inqSwath(filename)

Description

swaths = inqSwath(filename) returns a cell array containing the names of all the swaths in a file.

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

Examples

import matlab.io.hdfeos.*
swaths = sw.inqSwath('swath.hdf');

See Also