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

    r23 r24  
    8585%%%%%%%%%%%%%%% FICHIER OLR 
    8686status=load('eof24_1030.txt'); 
     87eof24_1030=status; 
     88clear status; 
    8789ind_olr=reshape(eof24_1030,122,28); 
    8890clear eof24_1030; 
     
    259261end; 
    260262 
    261 status=print('-depsc2','compo_hgt500_eof234_1030a.eps'); 
     263print('-depsc2','compo_hgt500_eof234_1030a.eps'); 
    262264 
    263265figure(2); 
     
    313315       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    314316end; 
    315 status=print('-depsc2','compo_hgt500_eof234_1030b.eps'); 
     317print('-depsc2','compo_hgt500_eof234_1030b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.