Ignore:
File:
1 edited

Legend:

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

    r24 r16  
    2626%%%%%%%%%%%% FICHIER TYPE DE TEMPS 
    2727% on ouvre le fichier 
    28 status=load('occu.txt'); 
    29 occu=status; 
    30 clear status; 
     28load occu.txt 
    3129 
    3230% on reorganise le fichier de type de temps (jours,annees,cluster) 
     
    149147    if a==1; 
    150148       bar(jour,diff,'r'); 
    151        c=[1 0.55 0]; 
    152        bar(jour,diff),colormap(c); 
     149c=[1 0.55 0]; 
     150bar(jour,diff),colormap(c); 
    153151    elseif a==2; 
    154152       bar(jour,diff,'g'); 
     
    157155    else 
    158156       bar(jour,diff,'r'); 
    159     end; 
     157    end 
    160158    set (gca,'XTick',[-10:10],'XTickLabel',[-10:10],'fontname','Arial','fontsize',6); 
    161159    set (gca,'YTick',[-40:20:40],'YTickLabel',[-40:20:40],'fontname','Arial','fontsize',6); 
     
    171169       title('Blocking','Fontsize',8,'Fontname','Arial'); 
    172170    end; 
    173 end; 
     171end 
    174172 
    175173figure(1); 
    176 print('-depsc2','time_serie_type_tps_pb.eps'); 
     174print -depsc2 time_serie_type_tps_pb.eps; 
     175 
Note: See TracChangeset for help on using the changeset viewer.