source:
issm/oecreview/Archive/10937-10976/ISSM-10939-10940.diff@
15393
Last change on this file since 15393 was 10979, checked in by , 13 years ago | |
---|---|
File size: 1.4 KB |
-
proj/ice/larour/issm-uci/trunk-jpl/startup.m
1 1 %STARTUP - Matlab startup script 2 2 % 3 % startup.m is a script run by matlab at the beginning of a session, just before 4 % handing over the prompt to the user. This delivery startup.m script has been customized here for 5 % the ISSM code. This startup script should be run by users before trying to use ISSM. The best way 6 % to do that is to put the startup file in the location where Matlab starts and established its root 7 % directory. 8 % 9 % Copyright Jet Propulsion Laboratory. 3 % startup.m is a script run by matlab at the beginning of a session, just 4 % before handing over the prompt to the user. This delivery startup.m script 5 % has been customized here for the ISSM code. This startup script should be 6 % run by users before trying to use ISSM. The best way to do that is to put 7 % the startup file in the location where Matlab starts and established its 8 % root directory. 10 9 11 10 % clear the last warning to focus on the warnings of the ISSM path 12 11 lastwarn('');
Note:
See TracBrowser
for help on using the repository browser.