failure to CLOBBER an netcdf4 file
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Walter Roberson
el 26 de Mayo de 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 comentarios
Más respuestas (1)
John
el 25 de Mayo de 2011
I cannot reproduce your issue, James, what platform and release are you running.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!