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

    r18 r23  
    331331figure(1) 
    332332orient('landscape') 
    333 load pression.mat; 
     333status=load('pression.mat'); 
    334334 
    335335for e=1:7; 
     
    392392end; 
    393393 
    394 print -depsc2 composite_sahel_1_u200_hgt.eps; 
     394status=print('-depsc2','composite_sahel_1_u200_hgt.eps'); 
    395395 
    396396figure(2) 
    397397orient('landscape') 
    398 load pression.mat; 
     398status=load('pression.mat'); 
    399399 
    400400for e=1:7; 
     
    457457end; 
    458458 
    459 print -depsc2 composite_sahel_2_u200_hgt.eps; 
     459status=print('-depsc2','composite_sahel_2_u200_hgt.eps'); 
Note: See TracChangeset for help on using the changeset viewer.