cdflib.getCompression
Compression settings
Syntax
[ctype,cparam,cpercentage] = cdflib.getCompression(cdfid)
Description
[ctype,cparam,cpercentage] = cdflib.getCompression(cdfid) returns
information about the compression settings of a Common Data Format (CDF) file.
Input Arguments
| Identifier of a CDF file, returned by a call to the |
Output Arguments
| Character vector specifying compression type, such as |
| The value of the parameter associated with the type of compression. For
example, for the |
| The rate of compression, expressed as a percentage. |
Examples
Tips
This function corresponds to the CDF library C API routine
CDFgetCompression.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.