Main Content

matlab.io.hdfeos.gd.close

Namespace: matlab.io.hdfeos.gd

Close HDF-EOS grid file

Syntax

close(gfID)

Description

close(gfID) closes an HDF-EOS grid file identified by gfID.

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

Examples

import matlab.io.hdfeos.*
gfID = gd.open('grid.hdf');
gd.close(gfID);

See Also

|