本页对应的英文页面已更新,但尚未翻译。 若要查看最新内容,请点击此处访问英文页面。
CDF 由美国国家太空科学数据中心 (NSSDC) 创建,用于提供与科学数据和应用程序的结构相匹配的自描述数据存储和处理格式。MATLAB® 高级函数可轻松读取 CDF 文件。低级函数可直接访问 CDF C API 库中的例程。如果您需要更好地控制导入操作(例如处理大数据集的数据子集)或将数据导出到 CDF 文件,请使用低级函数。要高效使用 MATLAB CDF 低级函数,您必须熟悉 CDF C 接口。
cdflib | 与 CDF 库直接交互 |
Import CDF Files Using High-Level Functions
This example shows how to use high-level MATLAB® functions to import the sample CDF file, example.cdf
.
Import CDF Files Using Low-Level Functions
This example shows how to use low-level functions to read data from a CDF file.
This example shows how to extract date information from a CDF epoch object.
This example shows how to export data to a CDF file using MATLAB® CDF low-level functions.