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!