values on the histogram bins

can I get the values of histogram bins

1 Comment

Please do not close questions that have an answer

Sign in to comment.

Answers (1)

if true
f1= Hist_feature1;
f2= Hist_feature2;
f3= Hist_feature3;
Final_Hist = [f1; f2; f3];
bar(Final_Hist , 'histc');
end

1 Comment

Devika D
Devika D on 7 May 2018
Edited: Devika D on 8 May 2018
@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

Sign in to comment.

Asked:

on 7 May 2018

Commented:

on 10 May 2018

Community Treasure Hunt

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

Start Hunting!