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_hgt500_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; 
     
    221221end; 
    222222 
    223 print -depsc2 compo_hgt925_eof2590_part1.eps; 
     223status=print('-depsc2','compo_hgt925_eof2590_part1.eps'); 
    224224 
    225225figure(2); 
     
    277277end; 
    278278 
    279 print -depsc2 compo_hgt925_eof2590_part2.eps; 
    280  
     279status=print('-depsc2','compo_hgt925_eof2590_part2.eps'); 
     280 
Note: See TracChangeset for help on using the changeset viewer.