- 积分
- 13
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-9-27
- 最后登录
- 1970-1-1
|
发表于 2016-9-20 21:30:39
|
显示全部楼层
Brief summary:
*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
1. In Matlab, change to the nctoolbox directory. For example,
>> cd ~/Documents/MATLAB/nctoolbox
2. Run the setup_nctoolbox.m function
>> setup_nctoolbox
3. 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 |
|