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

    r23 r24  
    33clear; 
    44status=load('phase2.txt'); 
     5phase2=status; 
     6clear status; 
    57phase2=reshape(phase2,122,28,3); 
    68 
     
    810% on ouvre le fichier 
    911status=load('occu.txt'); 
     12occu=status; 
     13clear status; 
    1014 
    1115% on reorganise le fichier de type de temps (jours,annees,cluster) 
Note: See TracChangeset for help on using the changeset viewer.