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/mode_sahelien/composite_pluie_eof23_1030.m

    r23 r24  
    222222clear v; 
    223223 
    224 status=save('pluie.mat','pluie;'); 
    225 clear 
    226  
    227 status=load('pluie.mat'); 
    228 % pluie dimension : lon lat jours annee (41 17 122 12) => jour annee lat lon  (17 41 122 12) 
    229  
    230224status=load('eof23_1030.txt'); 
     225eof23_1030=status; 
     226clear status; 
    231227 
    232228% on met sous la forme annee mois 
Note: See TracChangeset for help on using the changeset viewer.