HDF interface
Syntax
hdf*(functstr
,param1,param2,...)
Description
MATLAB provides a set of functions that enable you to access the HDF library developed and supported by the National Center for Supercomputing Applications (NCSA). MATLAB supports all or a portion of these HDF interfaces: SD, V, VS, AN, DRF8, DF24, H, HE, and HD.
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 additionally provides extensive command line help for each of the provided 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
|
This table lists the interface-specific HDF functions that MATLAB provides:
See Also
imfinfo
, imread
, imwrite
[ Previous | Help Desk | Next ]