Ignore:
Timestamp:
01/07/09 16:49:58 (15 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_ircaam_1030_ctl.m

    r23 r24  
    22 
    33clear; 
    4 status=load('eof_1030_ircaam_ctl.mat'); 
     4status=load('eof_1030_ircaam_ctl.mat','C','L'); 
     5C=status.C; 
     6L=status.L; 
     7clear status; 
    58carte1=C(:,360); 
    69 
     
    149152set (gca,'tickDir','out'); 
    150153 
    151 status=print('-depsc2','eof_ircaam_1030_ctl.eps'); 
     154print('-depsc2','eof_ircaam_1030_ctl.eps'); 
Note: See TracChangeset for help on using the changeset viewer.