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

    r18 r23  
    66%lon=[-30:2.5:30], lat=[-10:2.5:30] 
    77 
    8 load eof_30100_jjas.mat; 
     8status=load('eof_30100_jjas.mat'); 
    99olr=olr'; 
    1010PC1=olr*C; 
     
    5151cosa23=mean(cosa23); 
    5252cosa23=cosa23'; 
    53 save eof23_30100.txt cosa23 -ascii; 
     53status=save('eof23_30100.txt','cosa23','-ASCII'); 
    5454std23=std(cosa23); 
    5555cosa23=cosa23/std23; 
     
    113113 
    114114figure(1); 
    115 print -depsc2 reconstitution1_eof23_30100.eps; 
     115status=print('-depsc2','reconstitution1_eof23_30100.eps'); 
    116116figure(2); 
    117 print -depsc2 reconstitution2_eof23_30100.eps; 
     117status=print('-depsc2','reconstitution2_eof23_30100.eps'); 
    118118figure(3); 
    119 print -depsc2 reconstitution3_eof23_30100.eps; 
     119status=print('-depsc2','reconstitution3_eof23_30100.eps'); 
Note: See TracChangeset for help on using the changeset viewer.