cdflib.setCompression
Specify compression settings
Syntax
cdflib.setCompression(cdfid,ctype,cparam)
Description
cdflib.setCompression(cdfid,ctype,cparam) specifies compression settings
of a Common Data Format (CDF) file.
This function sets the compression for the CDF file itself, not that of any variables in the file.
Input Arguments
| Identifier of a CDF file, returned by a call to the | ||||||||||||
| One of these string scalars or character vectors specifying the compression type.
You can also use the numeric equivalents of these constants, which you can
determine by using the | ||||||||||||
| Optional parameter specifying any additional parameters required by the
compression type. Currently, the only compression type that uses this
parameter is |
Examples
Tips
This function corresponds to the CDF library C API routine
CDFsetCompression.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.