MATLAB does not have a native interface for the R14 series, so we have to enable at least one third party backend. But first, download SNCTOOLS (current as of svn commit # 4053) and read the README. Please note that your browser may unzip the download for you, so you need to be aware of that. The instructions below assume that it is not unzipped. You can then finish the install in matlab by changing into that directory and
unzip('mexcdf.r4053.zip') addpath ([pwd '/mexcdf/mexnc']); addpath ([pwd '/mexcdf/snctools']);
You can test out your installation with
test_snctools()Please let me know if this does not work for you.
If you need write support, though, you also need a mex-file that is specific to your version of MATLAB, so click on the appropriate link below. When you unpack this, you need to put the mex-file into mexnc/private directory. Windows users should consult the README in the mexnc directory. You can test the mexnc backend with
cd mexcdf/mexnc/tests test_mexnc
Please note that there is no native mexnc mex-file for win64.