% Image and scientific data input/output.
%
% Image file import/export.
%   imformats      - List details about supported file formats.
%   imfinfo        - Return information about graphics file.
%   imread         - Read image from graphics file.
%   imwrite        - Write image to graphics file.
%   im2java        - Convert image to Java image.
%   multibandread  - Read band-interleaved data from a binary file.
%   multibandwrite - Write multiband data to a file.
%
% CDF file handling.
%   cdfread     - Read data from a CDF file.
%   cdfinfo     - Get information from a CDF file.
%   cdfwrite    - Write data to a CDF file.
%   cdfepoch    - Construct cdfepoch object.
%
% FITS file handling.
%   fitsinfo    - Get imformation from a FITS file.
%   fitsread    - Read data from a FITS file.
%
% HDF version 4 file handling.
%   hdfinfo     - Get information about an HDF4 file.
%   hdfread     - Extract from an HDF4 file.
%   hdftool     - Browse and import from HDF4 or HDF-EOS files.
%
% HDF version 5 file handling.
%   hdf5info    - Get information about an HDF5 file.
%   hdf5read    - Read datasets and attributes from an HDF5 file.
%   hdf5write   - Write datasets and attributes to an HDF5 file.
%
% HDF version 5 data objects.
%   hdf5.h5array    - Contruct HDF5 array datatype object.
%   hdf5.h5compound - Contruct HDF5 compound datatype object.
%   hdf5.h5enum     - Contruct HDF5 enumeration datatype object.
%   hdf5.h5string   - Contruct HDF5 string datatype object.
%   hdf5.h5vlen     - Contruct HDF5 variable length array datatype object.
%
% HDF version 4 library interface.
%   hdf         - MEX-file interface to the HDF library.
%   hdfan       - MATLAB Gateway to HDF multifile annotation interface.
%   hdfdf24     - MATLAB Gateway to HDF raster image interface.
%   hdfdfr8     - MATLAB Gateway to HDF 8-bit raster image interface.
%   hdfh        - MATLAB Gateway to HDF H interface.
%   hdfhd       - MATLAB Gateway to HDF HD interface.
%   hdfhe       - MATLAB Gateway to HDF HE interface.
%   hdfhx       - MATLAB Gateway to HDF HX interface.
%   hdfml       - MATLAB-HDF gateway utilities.
%   hdfsd       - MATLAB Gateway to HDF multifile scientific dataset interface.
%   hdfv        - MATLAB Gateway to HDF V (Vgroup) interface.
%   hdfvf       - MATLAB Gateway to HDF VF (Vdata) interface.
%   hdfvh       - MATLAB Gateway to HDF VH (Vdata) interface.
%   hdfvs       - MATLAB Gateway to HDF VS (Vdata) interface.
%
% HDF-EOS library interface help.
%   hdfgd       - MATLAB Gateway to HDF-EOS grid interface.
%   hdfpt       - MATLAB Gateway to HDF-EOS point interface.
%   hdfsw       - MATLAB Gateway to HDF-EOS swath interface.
%
% See also AUDIOVIDEO, IOFUN.

%   Copyright 1984-2005 The MathWorks, Inc.
%   $Revision $  $Date: 2004/02/01 22:03:49 $ 
