root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/axisminmax.m
Revision 495 (checked in by cbc, 12 years ago) |
---|
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.