griddata (averaging instead of interpolation)
古いコメントを表示
I have many raw data points of a pipe surface that i scanned with a 3D scanner. the amount of points is about 4 times as much as my intended grid points. I would like to average the data (about a small cell) at a every specific grid point (to lessen the scanner noise), instead of using matlab 'linear' 'cubic' or 'nearest neighbor'.
How can i do so, is there better function than griddata that i can use?
thank you
採用された回答
その他の回答 (3 件)
John D'Errico
2011 年 2 月 16 日
0 投票
No, this will not explicitly average your data points in each bin. It does better than that.
Thuan Le
2011 年 2 月 17 日
0 投票
4 件のコメント
Bruno Luong
2011 年 2 月 17 日
Please explain the "small cell". Is it a cell from prescribed 3D grid or something else?
Thuan Le
2011 年 2 月 18 日
John D'Errico
2011 年 2 月 18 日
You CAN control the amount of smoothing using gridfit. All you have shown is that you did not read the help.
Thuan Le
2011 年 2 月 18 日
カテゴリ
ヘルプ センター および File Exchange で Interpolation of 2-D Selections in 3-D Grids についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!