Ignore:
Timestamp:
01/07/09 11:22:42 (16 years ago)
Author:
pinsard
Message:

replace fcommands save, load and print by function calls

File:
1 edited

Legend:

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

    r21 r23  
    1111orient('landscape') 
    1212 
    13 load eof_rossby_jjas_2006_1030.mat 
     13status=load('eof_rossby_jjas_2006_1030.mat'); 
    1414olr=olr'; 
    1515PC1=olr*C; 
     
    5959 
    6060figure(1); 
    61 print -depsc2 time_serie_eof_ER_10-30j_part1.eps; 
     61status=print('-depsc2','time_serie_eof_ER_10-30j_part1.eps'); 
    6262figure(2); 
    63 print -depsc2 time_serie_eof_ER_10-30j_part2.eps; 
     63status=print('-depsc2','time_serie_eof_ER_10-30j_part2.eps'); 
    6464figure(3); 
    65 print -depsc2 time_serie_eof_ER_10-30j_part3.eps; 
     65status=print('-depsc2','time_serie_eof_ER_10-30j_part3.eps'); 
Note: See TracChangeset for help on using the changeset viewer.