- 积分
- 38
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-6-19
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2015-11-19 14:33:50
|
显示全部楼层
输入ncdisp('avhrr-only-v2.20151017.nc')
结果提示错误
错误使用 netcdflib
NetCDF 库在执行 'open' 函数期间遇到错误 - 'Unknown file format (NC_ENOTNC)'。
出错 netcdf.open (line 59)
[varargout{:}] = netcdflib ( 'open', filename, varargin{1} );
出错 internal.matlab.imagesci.nc/openToRead (line 1265)
this.ncRootid = netcdf.open(this.Filename,'NOWRITE');
出错 internal.matlab.imagesci.nc (line 121)
this.openToRead();
出错 ncdisp (line 50)
ncObj = internal.matlab.imagesci.nc(ncFile);
出错 Untitled8 (line 1)
ncdisp('avhrr-only-v2.20151017.nc')
|
|