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

    r23 r24  
    8585%%%%%%%%%%%%%%% FICHIER OLR 
    8686status=load('eof23_30100.txt'); 
     87eof23_30100=status; 
     88clear status; 
    8789ind_olr=reshape(eof23_30100,122,28); 
    8890clear eof23_30100; 
     
    276278end; 
    277279 
    278 status=print('-depsc2','compo_hgt500_eof23_30100a.eps'); 
     280print('-depsc2','compo_hgt500_eof23_30100a.eps'); 
    279281 
    280282figure(2); 
     
    335337       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    336338end; 
    337 status=print('-depsc2','compo_hgt500_eof23_30100b.eps'); 
     339print('-depsc2','compo_hgt500_eof23_30100b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.