source: trunk/src/mode_sahelien/composite_olr_phase.m @ 35

Last change on this file since 35 was 24, checked in by pinsard, 16 years ago

correction of usage of print function, fix side effect of load function

File size: 692 bytes
Line 
1%
2
3close all;
4figure(1);
5orient('landscape');
6subplot(4,1,1);
7composite_olr_phase1;
8text(-240,10,'Phase1');
9subplot(4,1,2);
10composite_olr_phase2;
11text(-240,10,'Phase2');
12subplot(4,1,3);
13composite_olr_phase3;
14text(-240,10,'Phase3');
15subplot(4,1,4);
16composite_olr_phase4;
17text(-240,10,'Phase4');
18
19figure(2);
20orient('landscape');
21subplot(4,1,1);
22composite_olr_phase5;
23text(-240,10,'Phase5');
24subplot(4,1,2);
25composite_olr_phase6;
26text(-240,10,'Phase6');
27subplot(4,1,3);
28composite_olr_phase7;
29text(-240,10,'Phase7');
30subplot(4,1,4);
31composite_olr_phase8;
32text(-240,10,'Phase8');
33
34figure(1);
35print('-depsc2','composite_olr_phase_14.eps');
36figure(2);
37print('-depsc2','composite_olr_phase_58.eps');
Note: See TracBrowser for help on using the repository browser.