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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!