NCTOOLBOX - 20120109
Full instructions and documentation at: http://code.google.com/p/nctoolbox/
Brief summary:
I. Prequisites
Matlab R2008a+. You can verify the version of Matlab by typing:
version
Java 6+. You can verify the version of Java used by Matlab by typing:
version('-java'). The version returned should start with 'Java 1.6'. If it starts with 'Java 1.5' you can try updating the Matlab JVM: http://www.mathworks.com/support/solutions/en/data/1-1812J/ or use the older nctoolbox-20091112 version of this toolbox.
II. Setup
In Matlab, change to the nctoolbox directory. For example,
cd ~/Documents/MATLAB/nctoolbox
Run the setup_nctoolbox.m function
setup_nctoolbox
This sets up nctoolbox for the current Matlab session only. You will need to add the follwing lines to your startup.m file if you would like nctoolbox automatically when you start Matlab:
% Edit "/Path/to/nctoolbox" to correct nctoolbox directory
addpath("/Path/To/nctoolbox")
setup_nctoolbox
III. Demos