Ignore:
Timestamp:
01/07/09 11:22:42 (15 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_eof12_ER30100.m

    r18 r23  
    8383 
    8484%%%%%%%%%%%%%%% FICHIER OLR 
    85 load eof12_rossby_30100.txt 
     85status=load('eof12_rossby_30100.txt'); 
    8686ind_olr=reshape(eof12_rossby_30100,122,28); 
    8787clear eof12_rossby_30100 
     
    256256end; 
    257257 
    258 print -depsc2 compo_hgt500_eof12_ER30100a.eps; 
     258status=print('-depsc2','compo_hgt500_eof12_ER30100a.eps'); 
    259259 
    260260figure(2); 
     
    310310       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    311311end; 
    312 print -depsc2 compo_hgt500_eof12_ER30100b.eps; 
     312status=print('-depsc2','compo_hgt500_eof12_ER30100b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.