% This a Matlab script that calls the Summit sodar plotting % function one day at a time. try cd('z:\BAO\Tower\Programs'); userpath('z:\BAO\Tower\Programs'); by = 2010; bm = 10; bd = 25; ey = 2010; em = 10; ed = 25; dv=datevec(idn); retval = SummitPLTsodar_loop_func(by,bm,bd,ey,em,ed); cd('z:\BAO\Tower\Programs'); catch ME dd = clock; fid = fopen( 'c:\matlab\logs\matlab_summit_sodar_try.log','a'); fprintf(fid,'%4d-%02d-%02d %02d:%02d:%02d %s\n',... dd(1),dd(2),dd(3),dd(4),dd(5),dd(6),ME.message); exit end %exit