MATLAB 帮助中心
返回 netCDF 变量的校验参数
checksumSetting = netcdf.inqVarFletcher32(ncid,varid)
checksumSetting = netcdf.inqVarFletcher32(ncid,varid) 返回由 ncid 所指定的文件或组中的 varid 所指定的 netCDF 变量的 Fletcher32 校验和设置。该函数返回校验和设置为 'FLETCHER32' 或 'NOCHECKSUM'。
checksumSetting
ncid
varid
'FLETCHER32'
'NOCHECKSUM'
示例
全部折叠
打开示例 netCDF 文件,获取变量的 Fletcher32 校验和设置。在本例中,变量的 Fletcher32 校验和错误检测未启用。
ncid = netcdf.open("example.nc","NOWRITE"); varid = netcdf.inqVarID(ncid,"temperature"); checksumSetting = netcdf.inqVarFletcher32(ncid,varid)
checksumSetting = 'NOCHECKSUM'
关闭 netCDF 文件。
netcdf.close(ncid)
NetCDF 文件或组标识符,指定为非负整数标量。您可以使用 netcdf.create 或 netcdf.open 函数来返回文件标识符。您可以使用 netcdf.defGrp 函数来返回组标识符。
netcdf.create
netcdf.open
netcdf.defGrp
数据类型: double
double
NetCDF 变量标识符,指定为非负整数标量。您可以使用 netcdf.defVar 函数返回变量标识符。
netcdf.defVar
此函数对应于 netCDF 库 C API 中的 nc_inq_var_fletcher32 函数。
nc_inq_var_fletcher32
在 R2010b 中推出
netcdf.defVarFletcher32
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处