% This script plots the measured UVM velocity versus the channel average % of the ADCP velocity (projected on the channel axis). clf plot(run.vavfull,run.vavvcs,'-o'); axislim=max([max([run.vavfull,run.vavvcs]), ... -min([run.vavfull,run.vavvcs])]); axis([-axislim,axislim,-axislim,axislim]); hold on; plot([0,0],[-axislim,axislim],'black-.'); plot([-axislim,axislim],[0,0],'black-.'); title('Experimental rating curve from TMS3 Calibration (June 2 1998)', ... 'fontsize',18); xlabel('average velocity for transect, with top, bottom, and edge corr.',... 'fontsize',14); ylabel('measured velocity over UVM path (m/s)','fontsize',14); hold off; print -djpeg -r40 ... /Users/faculty/bland/public_html/research/discharg/rating/p80708c.jpg