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

    r23 r24  
    8585%%%%%%%%%%%%%%% FICHIER OLR 
    8686status=load('eof12_rossby_1030.txt'); 
     87eof12_rossby_1030=status; 
     88clear status; 
    8789ind_olr=reshape(eof12_rossby_1030,122,28); 
    8890clear eof12_rossby_1030 
     
    257259end; 
    258260 
    259 status=print('-depsc2','compo_hgt500_eof12_ER1030a.eps'); 
     261print('-depsc2','compo_hgt500_eof12_ER1030a.eps'); 
    260262 
    261263figure(2); 
     
    311313       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    312314end; 
    313 status=print('-depsc2','compo_hgt500_eof12_ER1030b.eps'); 
     315print('-depsc2','compo_hgt500_eof12_ER1030b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.