values on the histogram bins
1 回表示 (過去 30 日間)
古いコメントを表示
can I get the values of histogram bins
1 件のコメント
回答 (1 件)
Yuvaraj Venkataswamy
2018 年 5 月 7 日
if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!