failure to CLOBBER an netcdf4 file
4 ビュー (過去 30 日間)
古いコメントを表示
using netcdf4 format I can't seem to overwrite existing files - works ok with classic. I get the following - any ideas?
nc = netcdf.create('tmp.nc','CLOBBER') ??? Error using ==> netcdflib Library failure "Can't add HDF5 file metadata".
0 件のコメント
採用された回答
Walter Roberson
2011 年 5 月 26 日
James, don't let your function exit prematurely: use try/catch blocks. Or, since you are using a very new version, use onCleanup()
0 件のコメント
その他の回答 (1 件)
John
2011 年 5 月 25 日
I cannot reproduce your issue, James, what platform and release are you running.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!