Strange histogram from point cloud
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Image Analyst
el 1 de Dic. de 2019
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.
Respuestas (1)
Luna
el 2 de Dic. de 2019
Basically, you can decrease Histogram's 'BinCounts' property or increase 'BinWidth' property.
Ver también
Categorías
Más información sobre Histograms en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!