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

root/gliderproc/trunk/MATLAB/plots/landscapefigure.m

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

Initial import of Stark code.

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.