Parent Directory
|
Revision Log
|
Revision Graph
start some cam work
1 | figure(1);clf |
2 | topo_bump |
3 | plot(x,rC,'--');axis([0 x(end) -2000 0]); |
4 | hold on |
5 | plot(x,d,'k-','LineWidth',2);axis([0 x(end) -2000 0]); |
6 | plot(x,rW,'k-','LineWidth',0.1); |
7 | title('sigma');xlabel('distance(m)');ylabel('depth(m)'); |
8 | figure(2);clf |
9 | plot(x,RCh,'--');axis([0 x(end) -2000 0]);hold on |
10 | plot(x,d,'k-','LineWidth',2);axis([0 x(end) -2000 0]); |
11 | plot(x,RWh,'k-','LineWidth',0.1); |
12 | title('sigma - p');xlabel('distance(m)');ylabel('depth(m)'); |
ViewVC Help | |
Powered by ViewVC 1.1.22 |