Ignore:
Timestamp:
01/07/09 11:22:42 (15 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/reconstitution_1025.m

    r18 r23  
    66%lon=[-30:2.5:30], lat=[-10:2.5:30] 
    77 
    8 load eof_1025_jjas.mat; 
     8status=load('eof_1025_jjas.mat'); 
    99olr=olr'; 
    1010PC1=olr*C; 
     
    5959cosa23=mean(cosa23); 
    6060cosa23=cosa23'; 
    61 save eof23_1025.txt cosa23 -ascii; 
     61status=save('eof23_1025.txt','cosa23','-ASCII'); 
    6262cosa23=reshape(cosa23,122,28); 
    6363 
     
    6868cosa24=mean(cosa24); 
    6969cosa24=cosa24'; 
    70 save eof24_1025.txt cosa24 -ascii; 
     70status=save('eof24_1025.txt','cosa24','-ASCII'); 
    7171cosa24=reshape(cosa24,122,28); 
    7272 
     
    126126 
    127127figure(1); 
    128 print -depsc2 reconstitution1_eof234_1025.eps; 
     128status=print('-depsc2','reconstitution1_eof234_1025.eps'); 
    129129figure(2); 
    130 print -depsc2 reconstitution2_eof234_1025.eps; 
     130status=print('-depsc2','reconstitution2_eof234_1025.eps'); 
    131131figure(3); 
    132 print -depsc2 reconstitution3_eof234_1025.eps; 
     132status=print('-depsc2','reconstitution3_eof234_1025.eps'); 
Note: See TracChangeset for help on using the changeset viewer.