MATLAB: How to read and plot nc4 files

plot

I have downloaded huge nc4-files from NASA through matlab. Just wondering if someone know how to read spesific things in these files and then plot them?

Best Answer

Read about ncdisp, ncread
These two should be enough to read the data.
Related Question