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/SIMULS_IRCAAM/carte_eof_ircaam_30100_ctl.m

    r22 r23  
    22 
    33clear; 
    4 load eof_30100_ircaam_ctl.mat 
     4status=load('eof_30100_ircaam_ctl.mat'); 
    55carte1=C(:,360); 
    66 
     
    149149set (gca,'tickDir','out'); 
    150150 
    151 print -depsc2 eof_ircaam_30100_ctl.eps; 
     151status=print('-depsc2','eof_ircaam_30100_ctl.eps'); 
Note: See TracChangeset for help on using the changeset viewer.