- •In the structure returned from imfinfo function.
- •In addition to these png parameters, you can use any
- •Images), 'rle' (run-length encoding of 1-bit
- •Interleave: The format in which the data is stored. This can be
- •Cdf file handling
- •Image An array of structures containing information
- •IdxMapInfo a structure with 'Map' and 'Size' describing the
- •Vdata | 'Fields'
- •Values for 'Interpolate' are: lon, lat
- •It is written in the file. Each dimension in the file's datasets
- •Hdf version 5 data objects
- •Cdf library interface
- •Inquire - return basic characteristics of cdf
- •InquireVar - return information about cdf variable
- •Hdf version 4 library interface
- •Identifier.
- •Values for funcstr. For example, hdfdf24('lastref') corresponds to the
- •Values for funcstr. For example, hdfdfr8('setpalette',map) corresponds
- •Identifier.
- •In cases where the hdf c library accepts null for certain inputs, an
- •Identical to maxcache, but is -1 if the operation fails.
- •Xdimsize,ydimsize,upleft,lowright)
- •Vector of up to 13 elements containing projection-specific
- •Vector containing the number of values to read along each
- •Is a vector containing the dimension sizes of the subsetted region.
- •Index (zero-based) of the desired level. Fieldlist is a string
- •Vert_field,range)
- •Is an array containing the rank (number of dimensions) for each
- •Is an array of compression parameters. Status is -1 and other
- •Hdf version 5 library interface
- •Iterate - Calls a user function for each attribute
- •Vlen_get_buf_size - Determines storage requirements for vl data
- •Is_hdf5 - Determines if a file is in the hdf5 format
- •Is_simple - Determines if dataspace is simple
- •LibTiff library interface
- •InkSet - Set of inks used in a separated image
- •NetCdf library interface
- •In most cases, the syntax of the matlab function is similar to the
Hdf version 5 library interface
<H5> - MATLAB Gateway to HDF5 Library Interface.
Contents for H5 interface:
To use these functions, you must be familiar with the information about
the Library Interface contained in the User's Guide and Reference Manual
for HDF5 version 1.8.3. This documentation may be obtained from The
HDF Group at <http://www.hdfgroup.org>.
H5.close - Closes the library
H5.garbage_collect - Frees unused memory by the library
H5.get_libversion - Retrieves the HDF5 library version
H5.open - Initializes the HDF5 library
H5.set_free_list_limits - Sets free-list limits
<H5A> - MATLAB Gateway to HDF5 Attribute Interface.
Contents for H5A: Attribute interface
To use these functions, you must be familiar with the information about
the Attribute Interface contained in the User's Guide and Reference
Manual for HDF5 version 1.8.3. This documentation may be obtained from
The HDF Group at <http://www.hdfgroup.org>.
close - Closes the specified attribute
create - Creates an attribute
delete - Deletes an attribute
get_info - Retrieves information about an attribute
get_name - Retrieves an attribute name
get_space - Retrieves a copy of an attribute's dataspace
get_type - Retrieves an attribute's datatype
Iterate - Calls a user function for each attribute
open - Opens attribute specified by object id and name
open_by_idx - Opens attribute specified by index
open_by_name - Opens attribute specified by name
read - Reads an attribute
write - Writes an attribute
<H5D> - MATLAB Gateway to HDF5 Dataset Interface.
Contents for H5D: Dataset interface
To use these functions, you must be familiar with the information about
the Dataset Interface contained in the User's Guide and Reference
Manual for HDF5 version 1.8.3. This documentation may be obtained from
The HDF Group at <http://www.hdfgroup.org>.
close - Closes the specified dataset
create - Creates a new dataset
get_access_plist - Returns a dataset access property list
get_create_plist - Returns a dataset creation property list
get_offset - Returns the dataset address in the file
get_space - Returns a copy of the dataset's dataspace
get_space_status - Determines if space has been allocated
get_storage_size - Returns required amount of storage
get_type - Returns a copy of a dataset's datatype
open - Opens an existing dataset
read - Reads from a dataset
set_extent - Extends a dataset
Vlen_get_buf_size - Determines storage requirements for vl data
write - Writes to a dataset
<H5DS> - MATLAB Gateway to HDF5 Dimension Scale Interface.
Contents for H5DS: Dimension scale interface
To use these functions, you must be familiar with the information about
the Dimension Scale Interface contained in the User's Guide and
Reference Manual for HDF5 version 1.8.3. This documentation may be
obtained from The HDF Group at <http://www.hdfgroup.org>.
attach_scale - Attach dimension scale to dataset dimension
detach_scale - Detach dimension scale from dataset dimension
get_label - Retrieve label from dataset dimension
get_num_scales - Retrieve number of scales attached to dimension
get_scale_name - Retrieves a name of a dimension scale
is_scale - Determines if a dataset is also dimension scale
iterate_scales - Iterate over scales attached to dataset dimension
set_label - Set label for dataset dimension
set_scale - Converts dataset to dimension scale
<H5E> - MATLAB Gateway to HDF5 Error Interface.
Contents for H5E: Error interface
To use these functions, you must be familiar with the information about
the Error Interface contained in the User's Guide and Reference Manual
for HDF5 version 1.8.3. This documentation may be obtained from The
HDF Group at <http://www.hdfgroup.org>.
clear - Clears the error stack for the current thread
walk - Walks the error stack for the current thread
get_major - Returns string specified by a major error number
get_minor - Returns string specified by a minor error number
<H5F> - MATLAB Gateway to HDF5 File Interface.
Contents for H5F: File interface
To use these functions, you must be familiar with the information about
the File Interface contained in the User's Guide and Reference Manual
for HDF5 version 1.8.3. This documentation may be obtained from The
HDF Group at <http://www.hdfgroup.org>.
close - Closes an HDF5 file
create - Creates an HDF5 file
flush - Flushes buffers to disk
get_access_plist - Returns a file access property identifier
get_create_plist - Returns a file creation property list
get_filesize - Returns the size of an HDF5 file
get_freespace - Returns the amount of free space in a file
get_info - Returns global information for a file
get_mdc_config - Returns current metadata cache configuration
get_mdc_hit_rate - Returns file's metadata cache hit rate
get_mdc_size - Obtain metadata chache size data for a file
get_name - Returns name of file owning the object
get_obj_count - Returns count of file's open identifiers
get_obj_ids - Returns a list of open object identifiers
