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

    r23 r24  
    4949% ouverture / lecture du fichier 
    5050status=load('eof23_30100.txt'); 
     51eof23_30100=status; 
     52clear status; 
    5153ind_olr=reshape(eof23_30100,122,28); 
    5254k=122*28; 
     
    223225end; 
    224226 
    225 status=print('-depsc2','composite_hgt925_EOF23_30100_part1.eps'); 
     227print('-depsc2','composite_hgt925_EOF23_30100_part1.eps'); 
    226228 
    227229figure(2); 
     
    280282end; 
    281283 
    282 status=print('-depsc2','composite_hgt925_EOF23_30100_part2.eps'); 
     284print('-depsc2','composite_hgt925_EOF23_30100_part2.eps'); 
    283285 
    284286status=save('pression_eof23_30100.mat','pression;'); 
Note: See TracChangeset for help on using the changeset viewer.