Ignore:
Timestamp:
01/07/09 16:49:58 (15 years ago)
Author:
pinsard
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/reconstitution_1025.m

    r23 r24  
    66%lon=[-30:2.5:30], lat=[-10:2.5:30] 
    77 
    8 status=load('eof_1025_jjas.mat'); 
     8status=load('eof_1025_jjas.mat','C','olr'); 
     9C=status.C; 
     10olr=status.olr; 
     11clear status; 
     12 
    913olr=olr'; 
    1014PC1=olr*C; 
     
    126130 
    127131figure(1); 
    128 status=print('-depsc2','reconstitution1_eof234_1025.eps'); 
     132print('-depsc2','reconstitution1_eof234_1025.eps'); 
    129133figure(2); 
    130 status=print('-depsc2','reconstitution2_eof234_1025.eps'); 
     134print('-depsc2','reconstitution2_eof234_1025.eps'); 
    131135figure(3); 
    132 status=print('-depsc2','reconstitution3_eof234_1025.eps'); 
     136print('-depsc2','reconstitution3_eof234_1025.eps'); 
Note: See TracChangeset for help on using the changeset viewer.