Ignore:
Timestamp:
01/07/09 16:49:58 (15 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_wind925_EOF1_30100.m

    r23 r24  
    4949% ouverture / lecture du fichier 
    5050status=load('eof1_30100.txt'); 
     51eof1_30100=status; 
     52clear status; 
    5153ind_olr=reshape(eof1_30100,122,28); 
    5254clear eof1_30100; 
     
    379381end; 
    380382 
    381 status=print('-depsc2','composite_wind925_EOF1_ER30100_part1.eps'); 
     383print('-depsc2','composite_wind925_EOF1_ER30100_part1.eps'); 
    382384 
    383385figure(2); 
     
    433435end; 
    434436 
    435 status=print('-depsc2','composite_wind925_EOF1_ER30100_part2.eps'); 
     437print('-depsc2','composite_wind925_EOF1_ER30100_part2.eps'); 
    436438 
    437439figure(3); 
     
    487489end; 
    488490 
    489 status=print('-depsc2','composite_wind925_EOF1_ER30100_part3.eps'); 
     491print('-depsc2','composite_wind925_EOF1_ER30100_part3.eps'); 
    490492 
    491493figure(4); 
     
    541543end; 
    542544 
    543 status=print('-depsc2','composite_wind925_EOF1_ER30100_part4.eps'); 
     545print('-depsc2','composite_wind925_EOF1_ER30100_part4.eps'); 
Note: See TracChangeset for help on using the changeset viewer.