root/gliderproc/trunk/MATLAB/opnml/FCAST_1.2/matlab_cen/landscapefigure.m
Revision 495 (checked in by cbc, 12 years ago) |
---|
Line | |
---|---|
1 | figure('position',[300 150 500 500]); |
2 | whitebg('w'); |
3 | orient landscape; |
4 | wysiwyg; |
5 | set(gcf,'menubar','none'); |
6 | hold on; |
7 | |
8 |
Note: See TracBrowser for help on using the browser.