- 积分
- 768
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-6-3
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2023-10-11 12:40:08
|
显示全部楼层
本帖最后由 wbd2357 于 2023-10-15 17:15 编辑
发现文件名后面得加.nc 有的正常了有的还不行 主要是ncep的再分析文件。。。
错误使用 matlab.internal.imagesci.netcdflib
NetCDF 库在执行 'open' 函数期间遇到错误 - 'Unknown file format (NC_ENOTNC)'。
出错 netcdf.open (第 67 行)
[varargout{:}] = matlab.internal.imagesci.netcdflib ( 'open', filename, varargin{1} );
出错 internal.matlab.imagesci.nc/openToRead (第 1280 行)
this.ncRootid = netcdf.open(this.Filename,'NOWRITE');
出错 internal.matlab.imagesci.nc (第 121 行)
this.openToRead();
出错 ncdisp (第 62 行)
ncObj = internal.matlab.imagesci.nc(ncFile);
|
|