fixing cycles
[wrffire.git] / standalone / startup.m
blobcf50e34c4522227a67a3fb0a56301ee74da043fa
1 % set matlab path to include files in wrf/other/Matlab
2 format compact
3 d={[pwd,'/../other/Matlab/vis'],...
4     [pwd,'/../other/Matlab/util1_jan'],...
5     [pwd,'/../other/Matlab/netcdf'],...
6     [pwd,'/../other/Matlab/vis3d'],...
7     [pwd,'/../other/Matlab/moisture'],...
8 };
9 for i=1:length(d),
10     s=d{i};
11     addpath(s)
12     disp(s)
13     ls(s)
14 end
15 clear d i s