This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Dr. Maidment: Here are some notes from my work last week. -------------- NetCDF in Matlab Last Friday, I was able to download netCDF files and read the variables into arrays in Matlab. To read netCDF, I used Matlab scripts that I found here: http://jisao.washington.edu/data/matlab_netcdf.html
BTW, according to address@hidden: "MATLAB does not currently support reading netcdf files. There is a 3rd party package that exists, but since it is written by an external party party we cannot assist with its use. You can learn more about it at the following URL: http://mexcdf.sourceforge.net/ " They also have a way to use a Java library; we are experimenting now with using the netcdf-java library from within matlab. I can forward more info if you need it.