Ignore:
Timestamp:
01/07/09 16:49:58 (16 years ago)
Author:
pinsard
Message:

correction of usage of print function, fix side effect of load function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/composite_hgt500_eof23_2590.m

    r23 r24  
    4949% ouverture / lecture du fichier 
    5050status=load('ind_olr_25_90_eof23.txt'); 
     51ind_olr_25_90_eof23=status; 
     52clear status; 
    5153ind_olr=reshape(ind_olr_25_90_eof23,122,28); 
    5254k=122*28; 
     
    221223end; 
    222224 
    223 status=print('-depsc2','compo_hgt925_eof2590_part1.eps'); 
     225print('-depsc2','compo_hgt925_eof2590_part1.eps'); 
    224226 
    225227figure(2); 
     
    277279end; 
    278280 
    279 status=print('-depsc2','compo_hgt925_eof2590_part2.eps'); 
    280  
     281print('-depsc2','compo_hgt925_eof2590_part2.eps'); 
     282 
Note: See TracChangeset for help on using the changeset viewer.