binning a point cloud, 3D scattered data, in the X-Y plane
Version 1.1.0.0 (2.25 KB) by
Stephan Koehler
Take a set of XYZ points, and returns average Z values for corresponding bins in X & Y planes.
Imagine you have a cloud of XYZ points. You want to determine the average Z value along with its standard deviation for a grid in the X-Y planes.
The algorithm is fully vectorized, so there are no nested for loops.
Cite As
Stephan Koehler (2026). binning a point cloud, 3D scattered data, in the X-Y plane (https://uk.mathworks.com/matlabcentral/fileexchange/41386-binning-a-point-cloud-3d-scattered-data-in-the-x-y-plane), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2011a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Point Cloud Processing in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired: binToVector and binToMatrix
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
