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

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

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

Initial import of Stark code.

Line 
1 axis([min(x) max(x) min(y) max(y)])
2 set(gca,'Box','on');
3 set(gca,'XTick',[]);
4 set(gca,'YTick',[]);
5 axis('square')
Note: See TracBrowser for help on using the browser.