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

root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/dots2d.m

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

Initial import of Stark code.

Line 
1 set(gca,'visible','off');
2 axis('equal')
3 hold
4 load en265.001.syn
5 plot(en265(:,2),en265(:,3),'-');
6 plot(en265(:,4),en265(:,5),'o');
7 plot(en265(:,2),en265(:,3),'+');
Note: See TracBrowser for help on using the browser.