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/SIMULS_IRCAAM/correlations_eofs_olr_jas_20.m

    r22 r23  
    151151olr(:,:,:)=nanmean(olr1); 
    152152 
    153 load eof3_noaa_annuel_20.txt 
    154 load eof2_noaa_annuel_20.txt 
    155 load eof1_noaa_annuel_20.txt 
     153status=load('eof3_noaa_annuel_20.txt'); 
     154status=load('eof2_noaa_annuel_20.txt'); 
     155status=load('eof1_noaa_annuel_20.txt'); 
    156156 
    157157correlations_eof1=zeros(37,144); 
     
    234234title('Correlations entre EOF3 et OLR NOAA JAS','fontsize',8); 
    235235 
    236 print -depsc2 coco.eps; 
     236status=print('-depsc2','coco.eps'); 
Note: See TracChangeset for help on using the changeset viewer.