% This script plots the measured UVM velocity versus the channel average % of the ADCP velocity (projected on the channel axis). clf plot(run.vavtsec/3600,run.vavvcs); hold on; plot(run.vavtsec/3600,run.vavuvm,'o'); title('UVM line-average velocity, June 2 1998', ... 'fontsize',18); xlabel('hour of June 2, 1998','fontsize',14); ylabel('UVM velocity (m/s)','fontsize',14); hold off; print -djpeg -r40 ... /Users/faculty/bland/public_html/research/discharg/rating/p80708d.jpg