- •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
Cdf library interface
<cdflib> - MATLAB Gateway to CDF interface.
CDFLIB Summary of MATLAB CDFLIB package.
MATLAB provides low-level access to CDF files via direct access to
more than 80 functions in the CDF library new standard interface. To
use these MATLAB functions, you must be familiar with the CDF C
interface. Documentation about CDF may be found at the CDF website
<http://cdf.gsfc.nasa.gov/>.
In most cases, the syntax of a MATLAB member function is similar to the
syntax of the corresponding CDF library new standard interface
function. The functions are implemented as a package called "cdflib".
To use these functions, you need to prefix the function name with
package name "cdflib", i.e.
cdfId = cdflib.open ( filename );
The following table lists all the member functions of the CDF package.
-- Library Information --
getConstantNames - return list of CDF constant names
getConstantValue - return numeric value corresponding to CDF constant
getLibraryCopyright - return copyright notice
getLibraryVersion - return version and release information
getValidate - return data validation mode
setValidate - set data validation mode
-- CDF Files --
close - close CDF
create - create CDF file
delete - delete CDF file
getCacheSize - return number of cache buffers
getChecksum - return checksum mode
getCompression - return CDF file compression settings
getCompressionCacheSize - get number of compression cache buffers
getCopyright - return the copyright notice in CDF
getFormat - return file format of CDF
getMajority - return variable majority of CDF
getName - return file name of specified CDF
getReadOnlyMode - return read-only mode of CDF
getStageCacheSize - return number of staging cache buffers
getVarsMaxWrittenRecNum - return maximum written record number
getVersion - return release information for CDF
Inquire - return basic characteristics of cdf
open - open existing CDF
setCacheSize - specify number of dotCDF cache buffers
setChecksum - specify checksum mode
setCompression - specify CDF file compression settings
setCompressionCacheSize - specify compression cache buffers
setFormat - specify the file format of CDF
setMajority - specify variable majority of CDF
setReadOnlyMode - specify read-only mode of CDF
setStageCacheSize - specify staging cache buffers for CDF
-- CDF Variables --
closeVar - close specified variable from multi-file format CDF
createVar - create new CDF variable
deleteVar - delete CDF variable
deleteVarRecords - delete range of records
getVarAllocRecords - return number of records allocated
getVarBlockingFactor - return CDF variable blocking factor
getVarCacheSize - return number of multi-file cache buffers
getVarCompression - return CDF variable compression information
getVarData - return single value from specified index
getVarMaxAllocRecNum - return number of records allocated for CDF variable
getVarMaxWrittenRecNum - return maximum written record number
getVarName - return name attached to CDF variable
getVarNum - return variable identifier
getVarNumRecsWritten - return number of records written
getVarPadValue - return pad value
getVarRecordData - return entire CDF variable record
getVarReservePercent - return compression reserve percentage
getVarSparseRecords - return sparse records type
