It would be much simpler to create a .txt file if that is an option that I can then draw specific values from?
How to create a .nc file from netcdf data so that I can draw single values from
2 views (last 30 days)
Show older comments
Have columns of .nc data, I need to be able to put multiple columns into a single file (Was thinking .nc file). I then want to be able to draw specific values from this file. How do I then draw a specific value? I need to do this over and over so am looking for a simple '...ncdatafile(1,3)...' sort of solution, that can be inserted into an equation, does one exist?
Answers (1)
KSSV
on 20 Jul 2018
YOu need to load the data from nc file usung ncread. Read about ncread.
3 Comments
See Also
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!