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

    r18 r23  
    4848%%%%%%%%%%%%%%% FICHIER OLR 
    4949% ouverture / lecture du fichier 
    50 load eof23_30100.txt 
     50status=load('eof23_30100.txt'); 
    5151ind_olr=reshape(eof23_30100,122,28); 
    5252k=122*28; 
     
    223223end; 
    224224 
    225 print -depsc2 composite_hgt925_EOF23_30100_part1.eps; 
     225status=print('-depsc2','composite_hgt925_EOF23_30100_part1.eps'); 
    226226 
    227227figure(2); 
     
    280280end; 
    281281 
    282 print -depsc2 composite_hgt925_EOF23_30100_part2.eps; 
    283  
    284 save pression_eof23_30100.mat pression; 
     282status=print('-depsc2','composite_hgt925_EOF23_30100_part2.eps'); 
     283 
     284status=save('pression_eof23_30100.mat','pression;'); 
Note: See TracChangeset for help on using the changeset viewer.