本页对应的英文页面已更新,但尚未翻译。 若要查看最新内容,请点击此处访问英文页面。
使用 MATLAB® 高级函数或包含低级函数的 NetCDF 库程序包读取或写入 NetCDF 文件。高级函数简化了从 NetCDF 文件读取数据或将变量从 MATLAB 工作区写入 NetCDF 文件的过程。
为了对读写过程进行更多控制,请使用包含低级函数的 NetCDF 库程序包。低级函数让您能够访问 NetCDF C 库中的例程,从而可以对读写过程进行更多控制。
有关版权信息,请参阅 netcdfcopyright.txt
和 mexnccopyright.txt
文件。
本文先后使用 netcdf
包中的高级函数和低级函数读取 NetCDF 文件。
使用高级函数和 netcdf
包低级函数创建、合并和写入 NetCDF 文件。
Map NetCDF API Syntax to MATLAB Syntax
MATLAB
netcdf
package of low-level functions and its correspondence with
the NetCDF C library.
Resolve Errors Reading OPeNDAP Data
When you have trouble reading OPeNDAP data, consider these factors.