binning a point cloud, 3D scattered data, in the X-Y plane

Take a set of XYZ points, and returns average Z values for corresponding bins in X & Y planes.
ダウンロード: 642
更新 2013/4/19

ライセンスの表示

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.

引用

Stephan Koehler (2024). binning a point cloud, 3D scattered data, in the X-Y plane (https://www.mathworks.com/matlabcentral/fileexchange/41386-binning-a-point-cloud-3d-scattered-data-in-the-x-y-plane), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPoint Cloud Processing についてさらに検索
謝辞

ヒントを与えたファイル: binToVector and binToMatrix

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

fixed typo

1.0.0.0