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