Strange histogram from point cloud

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
Histogram_Ma-Sa.jpg

댓글 수: 3

dpb
dpb 2019년 12월 1일
Just the way your data happen to fall into the number of bins chosen. Reduce bin number somewhat to smooth the appearance. 'Spearmint until are pleased.
Tina
Tina 2019년 12월 1일
Thank you for this quick reply and tip.
Kindly,
Tina
Image Analyst
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
Luna 2019년 12월 2일

0 개 추천

Basically, you can decrease Histogram's 'BinCounts' property or increase 'BinWidth' property.
You can define them with 'Name','Value' pair argument while plotting Histogram .

댓글 수: 1

Tina
Tina 2019년 12월 11일
Dear Luna,
Thank you for your reply and suggestion.
Will try that.
Kindly, Tina

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Histograms에 대해 자세히 알아보기

질문:

2019년 12월 1일

댓글:

2019년 12월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by