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

    r17 r23  
    22 
    33clear; 
    4 load eof_1030_ircaam.mat 
     4status=load('eof_1030_ircaam.mat'); 
    55carte1=C(:,360); 
    66 
     
    147147set (gca,'tickDir','out'); 
    148148 
    149 print -depsc2 resultats_eof_jjas_2006_1030.eps; 
     149status=print('-depsc2','resultats_eof_jjas_2006_1030.eps'); 
Note: See TracChangeset for help on using the changeset viewer.