failure to CLOBBER an netcdf4 file
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Walter Roberson
il 26 Mag 2011
James, don't let your function exit prematurely: use try/catch blocks. Or, since you are using a very new version, use onCleanup()
0 Commenti
Più risposte (1)
John
il 25 Mag 2011
I cannot reproduce your issue, James, what platform and release are you running.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!