- 积分
- 2382
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-21
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2017-10-18 18:18:12
|
显示全部楼层
我用的是2012b版本,删去这一句,结果变成
错误使用 netcdflib
无法打开文件。文件可能损坏或文件名可能包含无效字符。如果数据源为 OPeNDAP URL,请参阅 "用户指南" 中的 "OPeNDAP 故障排除" 部分。
出错 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();
出错 ncread (line 53)
ncObj = internal.matlab.imagesci.nc(ncFile);
出错 precipitation_trmm (line 10)
p=ncread(filename,'precipitation');
>> |
|