values on the histogram bins
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
can I get the values of histogram bins
1 Commento
Risposte (1)
  Yuvaraj Venkataswamy
      
 il 7 Mag 2018
        if true
 f1= Hist_feature1;
 f2= Hist_feature2;
 f3= Hist_feature3;
 Final_Hist = [f1; f2; f3];
 bar(Final_Hist , 'histc');
end
Vedere anche
Categorie
				Scopri di più su Histograms in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



