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/carte_eof_jja_2006_2590.m

    r17 r23  
    33close all; 
    44 
    5 load eof_rossby_jjas_2006_2590.mat 
     5status=load('eof_rossby_jjas_2006_2590.mat'); 
    66carte1=C(:,425); 
    77 
     
    123123set (gca,'tickDir','out'); 
    124124 
    125 print -depsc2 resultats_eof_jjas_2006_2590.eps; 
     125status=print('-depsc2','resultats_eof_jjas_2006_2590.eps'); 
Note: See TracChangeset for help on using the changeset viewer.