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

    r23 r24  
    2020 
    2121status=load('eof23_1030.txt'); 
     22eof23_1030=status; 
     23clear status; 
    2224 
    2325% on met sous la forme annee mois 
     
    113115title('Composite t=0 OLR et Pluies IRD indice ITCZ reconstruit EOF23','fontsize',6); 
    114116 
    115 status=print('-depsc2','carte_olr_eof23.eps'); 
     117print('-depsc2','carte_olr_eof23.eps'); 
Note: See TracChangeset for help on using the changeset viewer.