values on the histogram bins
Mostrar comentarios más antiguos
can I get the values of histogram bins
1 comentario
Walter Roberson
el 10 de Mayo de 2018
Please do not close questions that have an answer
Respuestas (1)
Yuvaraj Venkataswamy
el 7 de Mayo de 2018
if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end
1 comentario
Categorías
Más información sobre Histograms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
