netcdf.inqFormat
确定 netCDF 文件的格式
说明
示例
确定 NetCDF 文件的格式
本例打开示例 netCDF 文件并确定格式。
ncid = netcdf.open("example.nc","NOWRITE"); fmt = netcdf.inqFormat(ncid)
fmt =
'FORMAT_NETCDF4'
netcdf.close(ncid);
输入参数
ncid
— NetCDF 文件标识符
整数
由 netcdf.create
函数或 netcdf.open
函数返回的 netCDF 文件的标识符,或由 netcdf.defGrp
函数返回的 netCDF 组的标识符。
数据类型: double
输出参量
format
— netCDF 文件的格式
字符向量
netCDF 文件的格式,返回为下列值之一回。
格式 | 描述 |
---|---|
'FORMAT_CLASSIC' | 标准格式 - 原始 netCDF 格式,1989 到 2004 创建的 NetCDF 文件使用 |
'FORMAT_64BIT' | 标准格式,64 位 - 原始格式,带有 64 位寻址功能,可允许创建和访问更大的文件。 |
'FORMAT_NETCDF4' | 增强模型,基于 HDF5 - 2008 年推出,netCDF,第 4 版,扩展了标准模型并以 HDF5 为基础。 |
'FORMAT_NETCDF4_CLASSIC' | 标准模型,基于 HDF5 - 2008 年推出,netCDF,第 4 版,实现标准模型,并以 HDF5 为基础。 |
版本历史记录
在 R2010b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)