Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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.
Zitieren als
Adrien Leygue (2026). Plane fit (https://de.mathworks.com/matlabcentral/fileexchange/43305-plane-fit), MATLAB Central File Exchange. Abgerufen .
Kategorien
Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und MATLAB Answers
Allgemeine Informationen
- Version 1.1.0.0 (1,63 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | added an example & screenshot |
||
| 1.0.0.0 |
