Changeset 23 for trunk/src/indice_flore


Ignore:
Timestamp:
01/07/09 11:22:42 (15 years ago)
Author:
pinsard
Message:

replace fcommands save, load and print by function calls

Location:
trunk/src/indice_flore
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/indice_flore/time_serie_histog.m

    r16 r23  
    2626%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    2727% on ouvre le fichier 
    28 load occu.txt 
     28status=load('occu.txt'); 
    2929 
    3030% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    172172 
    173173figure(1); 
    174 print -depsc2 time_serie_type_tps_pb.eps; 
    175  
     174status=print('-depsc2','time_serie_type_tps_pb.eps'); 
  • trunk/src/indice_flore/time_serie_histog3.m

    r16 r23  
    2727%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    2828% on ouvre le fichier 
    29 load occu.txt 
     29status=load('occu.txt'); 
    3030 
    3131% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    297297 
    298298figure(1); 
    299 print -depsc2 time_serie_type_tps_pb.eps; 
    300  
     299status=print('-depsc2','time_serie_type_tps_pb.eps'); 
  • trunk/src/indice_flore/time_serie_histog3_max_moy.m

    r16 r23  
    2929%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    3030% on ouvre le fichier 
    31 load occu.txt 
     31status=load('occu.txt'); 
    3232 
    3333% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    311311 
    312312figure(1); 
    313 print -depsc2 time_serie_type_tps_max_moy_pb.eps; 
    314  
     313status=print('-depsc2','time_serie_type_tps_max_moy_pb.eps'); 
  • trunk/src/indice_flore/time_serie_histog3_min_moy.m

    r16 r23  
    3030%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    3131% on ouvre le fichier 
    32 load occu.txt 
     32status=load('occu.txt'); 
    3333 
    3434% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    273273 
    274274figure(1); 
    275 print -depsc2 time_serie_type_tps_min_moy_pb.eps; 
    276  
     275status=print('-depsc2','time_serie_type_tps_min_moy_pb.eps'); 
Note: See TracChangeset for help on using the changeset viewer.