Plane Fitting and Normal Calculation
バージョン 1.4.0.0 (36 KB) 作成者:
Dan Couture
Given a set of x,y,z coordinates, find the best planar fit.
Given a set of x,y,z coordinates, find the best planar fit to the points via a least squares regression. Testing script "t_fitNormal" is also included to verify functionality and demonstrate usage.
Sample Call
> data = rand(50,3)*100;
> data(:,3) = data(:,1) * .4 + data(:,2) * .6 + rand(50,1);
> n = fitNormal(data,1)
引用
Dan Couture (2024). Plane Fitting and Normal Calculation (https://www.mathworks.com/matlabcentral/fileexchange/37775-plane-fitting-and-normal-calculation), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2007a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Linear and Nonlinear Regression についてさらに検索
タグ
謝辞
ヒントを与えたファイル: Adjust Plane to Given Normal, Plane fit, threepoints2planez
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!