small changes adde ids, etc
[wrffire.git] / standalone / startup.m
blobb9c8f24d55242374c4585062f524dc58d7f2eca2
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 };
8 for i=1:length(d),
9     s=d{i};
10     addpath(s)
11     disp(s)
12     ls(s)
13 end
14 clear d i s