NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/plots/plotbox.m

Revision 495 (checked in by cbc, 11 years ago)

Initial import of Stark code.

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.