Release 11 New Features      

HDF File Format Support

MATLAB 5.2 extended the support for HDF files beyond that previously provided by imread and imwrite. This additional support is provided through an interface to different HDF formats via new MATLAB functions that enable you to access the HDF library developed and supported by the National Center for Supercomputing Applications (NCSA). MATLAB 5.2 also provided an extensible gateway for reading and writing HDF files.

To use these functions, you must be familiar with the HDF library. Documentation for the library is available on the NCSA HDF Web page at http://hdf.ncsa.uiuc.edu. MATLAB provides extensive command line help for each of these functions.

Function
Interface
hdfan
Multifile annotation
hdfdf24
24-bit raster image
hdfdfr8
8-bit raster image
hdfh
HDF H interface
hdfhd
HDF HD interface
hdfhe
HDF HE interface
hdfml
Gateway utilities
hdfsd
Multifile scientific data set
hdfv
Vgroup
hdfvf
Vdata VF functions
hdfvh
Vdata VH functions
hdfvs
Vdata VS functions



[ Previous | Next ]