Is possible to modify the value of a giving dimension on a netcdf file?
Show older comments
I am using the native matlab netcdf functions to modify a netcdf file, and i would like to modify the value of a dimension. netcdf.renameDim will allow me to modify the name of the dimension, but not the size of the dimension. any advice?
3 Comments
KSSV
on 15 Mar 2016
If you know the dimension and its size,why don't you make a new netcdf file?
Pedro Vélez
on 15 Mar 2016
KSSV
on 16 Mar 2016
what is the original dimension what is the new dimension? Tell me the variables on which the dimension depends.
Answers (0)
Categories
Find more on NetCDF in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!