Strange histogram from point cloud
조회 수: 3(최근 30일)
표시 이전 댓글
Dear Matlab users,
I have a problem with created histogram from a point cloud.
When creating the histogram, it has strange peaks practically every second bin.
Do you have any advice about the possible reason and how to fix the code?
Thank you.
Kindly,
Tina

댓글 수: 3
Image Analyst
2019년 12월 1일
Looks like normal noise to me. You might turn edgelines of the histogram off, which seem to cause bunching to appear where there is none.
답변(1개)
Luna
2019년 12월 2일
Basically, you can decrease Histogram's 'BinCounts' property or increase 'BinWidth' property.
참고 항목
범주
Find more on Data Distribution Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!