Ignore:
Timestamp:
01/07/09 16:49:58 (16 years ago)
Author:
pinsard
Message:

correction of usage of print function, fix side effect of load function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SIMULS_IRCAAM/carte_eof_olr_noaa_jas.m

    r23 r24  
    33clear; 
    44 
    5 status=load('eof_olr_annuel.mat'); 
     5status=load('eof_olr_annuel.mat','C','L'); 
     6C=status.C; 
     7L=status.L; 
     8clear status; 
    69 
    710carte1=C(:,425); 
     
    160163set (gca,'tickDir','out'); 
    161164 
    162 status=print('-depsc2','resultats_eof_jjas_2006_1030.eps'); 
     165print('-depsc2','resultats_eof_jjas_2006_1030.eps'); 
Note: See TracChangeset for help on using the changeset viewer.