Main Content

La traducción de esta página aún no se ha actualizado a la versión más reciente. Haga clic aquí para ver la última versión en inglés.

Archivos CDF

Common Data Format

Common Data Format (CDF) es un formato de datos autodescriptivo para almacenar datos escalares y multidimensionales de forma independiente de plataformas y disciplinas. Puede interactuar con los archivos CDF de dos maneras:

  • Las funciones de CDF de alto nivel de MATLAB® proporcionan una interfaz simplificada programática para leer datos de archivos CDF.

  • Las funciones de CDF de bajo nivel de MATLAB proporcionan un control más preciso sobre el proceso de lectura y escritura de archivos CDF ofreciendo acceso a más de 90 funciones de la biblioteca CDF de C. Para exportar datos a un archivo CDF, se deben usar las funciones de bajo nivel. Para utilizar estas funciones en MATLAB, coloque la ruta del espacio de nombres cdflib como prefijo en el nombre de la función. Por ejemplo:

    cdfid = cdflib.open("example.cdf");
    

    Para usar las funciones de CDF de bajo nivel de MATLAB, debe conocer los conceptos de programación de API de CDF de C, que se describen en https://cdf.gsfc.nasa.gov/.

MATLAB usa la versión 3.8.1 de la biblioteca CDF de C.

Funciones

expandir todo

cdfinfoInformation about Common Data Format (CDF) file
cdfreadRead data from Common Data Format (CDF) file

Información de la biblioteca

cdflib.getConstantNamesNames of Common Data Format (CDF) library constants
cdflib.getConstantValueNumeric value corresponding to Common Data Format (CDF) library constant
cdflib.getFileBackwardReturn backward compatibility mode
cdflib.getLibraryCopyrightCopyright notice of Common Data Format (CDF) library
cdflib.getLibraryVersionLibrary version and release information
cdflib.getValidateLibrary validation mode
cdflib.setFileBackwardSpecify backward compatibility mode
cdflib.setValidateSpecify library validation mode

Operaciones de archivos

cdflib.closeClose Common Data Format (CDF) file
cdflib.deleteDelete Common Data Format (CDF) file
cdflib.openOpen Common Data Format (CDF) file

Operaciones de lectura de archivos

cdflib.getCacheSizeNumber of cache buffers
cdflib.getChecksumChecksum mode
cdflib.getCompressionCompression settings
cdflib.getCompressionCacheSizeNumber of compression cache buffers
cdflib.getCopyrightCopyright notice in Common Data Format (CDF) file
cdflib.getFormatFormat of Common Data Format (CDF) file
cdflib.getMajorityMajority of variables
cdflib.getNameName of Common Data Format (CDF) file
cdflib.getReadOnlyModeRead-only mode
cdflib.getStageCacheSizeNumber of cache buffers for staging
cdflib.getVersionCommon Data Format (CDF) library version and release information
cdflib.inquireInformation about Common Data Format (CDF) file

Operaciones de escritura de archivos

cdflib.createCreate Common Data Format (CDF) file
cdflib.setCacheSizeSpecify number of dotCDF cache buffers
cdflib.setChecksumSpecify checksum mode
cdflib.setCompressionSpecify compression settings
cdflib.setCompressionCacheSizeSpecify number of compression cache buffers
cdflib.setFormatSpecify format of Common Data Format (CDF) file
cdflib.setMajoritySpecify majority of variables
cdflib.setReadOnlyModeSpecify read-only mode
cdflib.setStageCacheSizeSpecify number of staging cache buffers for Common Data Format (CDF) file

Leer variables

cdflib.getVarAllocRecordsNumber of records allocated for variable
cdflib.getVarBlockingFactorBlocking factor for variable
cdflib.getVarCacheSizeNumber of multifile cache buffers
cdflib.getVarCompressionInformation about compression used by variable
cdflib.getVarDataSingle value from record in variable
cdflib.getVarMaxAllocRecNumMaximum allocated record number for variable
cdflib.getVarMaxWrittenRecNumMaximum written record number for variable
cdflib.getVarNameVariable name, given variable number
cdflib.getVarNumVariable number, given variable name
cdflib.getVarNumRecsWrittenNumber of records written to variable
cdflib.getVarPadValuePad value for variable
cdflib.getVarRecordDataEntire record for variable
cdflib.getVarReservePercentCompression reserve percentage for variable
cdflib.getVarsMaxWrittenRecNumMaximum written record number for CDF file
cdflib.getVarSparseRecordsInformation about how variable handles sparse records
cdflib.hyperGetVarDataRead hyperslab of data from variable
cdflib.inquireVarInformation about variable

Escribir variables

cdflib.closeVarClose specified variable from multifile format Common Data Format (CDF) file
cdflib.createVarCreate new variable
cdflib.deleteVarDelete variable
cdflib.deleteVarRecordsDelete range of records from variable
cdflib.hyperPutVarDataWrite hyperslab of data to variable
cdflib.putVarDataWrite single value to variable
cdflib.putVarRecordDataWrite entire record to variable
cdflib.renameVarChange name of variable
cdflib.setVarAllocBlockRecordsSpecify range of records to be allocated for variable
cdflib.setVarBlockingFactorSpecify blocking factor for variable
cdflib.setVarCacheSizeSpecify number of multifile cache buffers for variable
cdflib.setVarCompressionSpecify compression settings used with variable
cdflib.setVarInitialRecsSpecify initial number of records written to variable
cdflib.setVarPadValueSpecify pad value used with variable
cdflib.setVarReservePercentSpecify reserve percentage for variable
cdflib.setVarsCacheSizeSpecify number of cache buffers used for all variables
cdflib.setVarSparseRecordsSpecify how variable handles sparse records

Leer atributos

cdflib.getAttrEntryValue of entry in attribute with variable scope
cdflib.getAttrgEntryValue of entry in global attribute
cdflib.getAttrMaxEntryNumber of last entry for variable attribute
cdflib.getAttrMaxgEntryNumber of last entry for global attribute
cdflib.getAttrNameAttribute name, given attribute number
cdflib.getAttrNumAttribute number, given attribute name
cdflib.getAttrScopeScope of attribute
cdflib.getNumAttrEntriesNumber of entries for attribute with variable scope
cdflib.getNumAttrgEntriesNumber of entries for attribute with global scope
cdflib.getNumAttributesNumber of attributes with variable scope
cdflib.getNumgAttributesNumber of attributes with global scope
cdflib.inquireAttrInformation about attribute
cdflib.inquireAttrEntryInformation about entry in attribute with variable scope
cdflib.inquireAttrgEntryInformation about entry in attribute with global scope

Escribir atributos

cdflib.createAttrCreate attribute
cdflib.deleteAttrDelete attribute
cdflib.deleteAttrEntryDelete entry from attribute with variable scope
cdflib.deleteAttrgEntryDelete entry from attribute with global scope
cdflib.putAttrEntryWrite value to entry in attribute with variable scope
cdflib.putAttrgEntryWrite value to entry in attribute with global scope
cdflib.renameAttrChange name of attribute

Funciones de utilidad

cdflib.breakdownTT2000Convert CDF_TIME_TT2000 timestamp to time components (desde R2022b)
cdflib.computeEpochConvert time value to CDF_EPOCH value
cdflib.computeEpoch16Convert time value to CDF_EPOCH16 value
cdflib.computeTT2000Convert time components to CDF_TIME_TT2000 timestamp (desde R2022b)
cdflib.epoch16BreakdownConvert CDF_EPOCH16 value to time value
cdflib.epochBreakdownConvert CDF_EPOCH value to time value

Temas