Ignore:
Timestamp:
01/07/09 11:22:42 (16 years ago)
Author:
pinsard
Message:

replace fcommands save, load and print by function calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mode_sahelien/composite_hgt500_eof23_30100.m

    r18 r23  
    8484 
    8585%%%%%%%%%%%%%%% FICHIER OLR 
    86 load eof23_30100.txt; 
     86status=load('eof23_30100.txt'); 
    8787ind_olr=reshape(eof23_30100,122,28); 
    8888clear eof23_30100; 
     
    276276end; 
    277277 
    278 print -depsc2 compo_hgt500_eof23_30100a.eps; 
     278status=print('-depsc2','compo_hgt500_eof23_30100a.eps'); 
    279279 
    280280figure(2); 
     
    335335       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    336336end; 
    337 print -depsc2 compo_hgt500_eof23_30100b.eps; 
     337status=print('-depsc2','compo_hgt500_eof23_30100b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.