root/gliderproc/trunk/MATLAB/plots/plotbox.m
Revision 495 (checked in by cbc, 12 years ago) |
---|
Line | |
---|---|
1 | |
2 | function hbox=plotbox(xl,yl); |
3 | % |
4 | % Calls: none |
5 | |
6 | hold on; |
7 | hbox=plot([xl(1) xl(2) xl(2) xl(1) xl(1)],[yl(2) yl(2) yl(1) yl(1) yl(2)]); |
8 |
Note: See TracBrowser for help on using the browser.