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/time_serie_ER_rossby_1030_complet.m

    r23 r24  
    1111orient('landscape') 
    1212 
    13 status=load('eof_rossby_jjas_2006_1030.mat'); 
     13status=load('eof_rossby_jjas_2006_1030.mat','C','olr'); 
     14C=status.C; 
     15olr=status.olr; 
     16clear status; 
     17 
    1418olr=olr'; 
    1519PC1=olr*C; 
     
    5963 
    6064figure(1); 
    61 status=print('-depsc2','time_serie_eof_ER_10-30j_part1.eps'); 
     65print('-depsc2','time_serie_eof_ER_10-30j_part1.eps'); 
    6266figure(2); 
    63 status=print('-depsc2','time_serie_eof_ER_10-30j_part2.eps'); 
     67print('-depsc2','time_serie_eof_ER_10-30j_part2.eps'); 
    6468figure(3); 
    65 status=print('-depsc2','time_serie_eof_ER_10-30j_part3.eps'); 
     69print('-depsc2','time_serie_eof_ER_10-30j_part3.eps'); 
Note: See TracChangeset for help on using the changeset viewer.