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

    r17 r23  
    8484 
    8585%%%%%%%%%%%%%%% FICHIER OLR 
    86 load eof12_rossby_1030.txt 
     86status=load('eof12_rossby_1030.txt'); 
    8787ind_olr=reshape(eof12_rossby_1030,122,28); 
    8888clear eof12_rossby_1030 
     
    257257end; 
    258258 
    259 print -depsc2 compo_hgt500_eof12_ER1030a.eps; 
     259status=print('-depsc2','compo_hgt500_eof12_ER1030a.eps'); 
    260260 
    261261figure(2); 
     
    311311       set (gca,'position',[0.2 pos_vert 0.5 0.1]); 
    312312end; 
    313 print -depsc2 compo_hgt500_eof12_ER1030b.eps; 
     313status=print('-depsc2','compo_hgt500_eof12_ER1030b.eps'); 
Note: See TracChangeset for help on using the changeset viewer.