failure to CLOBBER an netcdf4 file
조회 수: 5 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!