フィルターのクリア

values on the histogram bins

1 回表示 (過去 30 日間)
Devika D
Devika D 2018 年 5 月 7 日
コメント済み: Walter Roberson 2018 年 5 月 10 日
can I get the values of histogram bins
  1 件のコメント
Walter Roberson
Walter Roberson 2018 年 5 月 10 日
Please do not close questions that have an answer

サインインしてコメントする。

回答 (1 件)

Yuvaraj Venkataswamy
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
  1 件のコメント
Devika D
Devika D 2018 年 5 月 7 日
編集済み: Devika D 2018 年 5 月 8 日
@yuvaraj Sir I have tried but I had not got concatenated image I got a negative value figure. What I have is three features rlbp_m,rlbp_s and rlbp_c(which are matrices).I need to find histogram of each .then concatenate 3 histogram.hope you understood my problem
this is what I got as output

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by