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

    r18 r23  
    4848%%%%%%%%%%%%%%% FICHIER OLR 
    4949% ouverture / lecture du fichier 
    50 load ind_olr_25_90_eof23.txt; 
     50status=load('ind_olr_25_90_eof23.txt'); 
    5151ind_olr=reshape(ind_olr_25_90_eof23,122,28); 
    5252k=122*28; 
     
    224224end; 
    225225 
    226 print -depsc2 compo_hgt925_eof2590_part1.eps; 
     226status=print('-depsc2','compo_hgt925_eof2590_part1.eps'); 
    227227 
    228228figure(2); 
     
    283283end; 
    284284 
    285 print -depsc2 compo_hgt925_eof2590_part2.eps; 
    286  
    287 save pression.mat pression; 
     285status=print('-depsc2','compo_hgt925_eof2590_part2.eps'); 
     286 
     287status=save('pression.mat','pression;'); 
Note: See TracChangeset for help on using the changeset viewer.