failure to CLOBBER an netcdf4 file
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Walter Roberson
le 26 Mai 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 commentaires
Plus de réponses (1)
John
le 25 Mai 2011
I cannot reproduce your issue, James, what platform and release are you running.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!