Plane fit

버전 1.1.0.0 (1.63 KB) 작성자: Adrien Leygue
Fits a plane to a set of data points by minimizing the normal quadratic distance
다운로드 수: 9.9K
업데이트 날짜: 2014/12/4

라이선스 보기

Given a set of points (3D) this function computes the plane that fits best those points by minimizing the sum of the quadratic distances (perpendicular to the plane) between the plane and the points.
The fit is performed by computing the eigen-values/vectors associated to the distribution of points.

The code actually works in any dimension (>=2)

Nothing new, just classical linear algebra.

인용 양식

Adrien Leygue (2024). Plane fit (https://www.mathworks.com/matlabcentral/fileexchange/43305-plane-fit), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

added an example & screenshot

1.0.0.0