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_hgt700_EOF24_1030.m

    r23 r24  
    5151% ouverture / lecture du fichier 
    5252status=load('eof24_1030.txt'); 
     53eof24_1030=status; 
     54clear status; 
    5355ind_olr=reshape(eof24_1030,122,28); 
    5456k=122*28; 
     
    244246end; 
    245247 
    246 status=print('-depsc2','composite_hgt700_EOF234_1030_part1.eps'); 
     248print('-depsc2','composite_hgt700_EOF234_1030_part1.eps'); 
    247249 
    248250figure(2); 
     
    320322end; 
    321323 
    322 status=print('-depsc2','composite_hgt700_EOF234_1030_part2.eps'); 
     324print('-depsc2','composite_hgt700_EOF234_1030_part2.eps'); 
Note: See TracChangeset for help on using the changeset viewer.