values on the histogram bins
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
can I get the values of histogram bins
1 Kommentar
Antworten (1)
Yuvaraj Venkataswamy
am 7 Mai 2018
if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end
1 Kommentar
Siehe auch
Kategorien
Mehr zu Histograms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
