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

    r23 r24  
    22 
    33clear; 
    4 status=load('eof_30100_ircaam_as.mat'); 
     4status=load('eof_30100_ircaam_as.mat','C','L'); 
     5C=status.C; 
     6L=status.L; 
     7clear status; 
    58carte1=C(:,360); 
    69 
     
    147150set (gca,'tickDir','out'); 
    148151 
    149 status=print('-depsc2','carte_eof_simuls_AS_30100.eps'); 
     152print('-depsc2','carte_eof_simuls_AS_30100.eps'); 
Note: See TracChangeset for help on using the changeset viewer.