Ellipsoid fit

Versión 1.3.0.0 (4,01 KB) por Yury
Fits an ellipsoid / sphere / paraboloid / hyperboloid to data using linear least squares.
14,6K descargas
Actualizado 4 dic 2015

Ver licencia

Fits an ellipsoid or other conic surface into a 3D set of points approximating such a surface, allows some constraints, like orientation constraint and equal radii constraint. E.g., you can use it to fit a rugby ball, or a sphere. 'help ellipsoid_fit' says it all. Returns both the algebraic description of the ellipsoid (the nine coefficients of the quadratic form) and the geometric description (center, radii, principal axes).

Citar como

Yury (2024). Ellipsoid fit (https://www.mathworks.com/matlabcentral/fileexchange/24693-ellipsoid-fit), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Least Squares en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: SHAPE: SHape Analyser for Particle Engineering

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

Updated the function to give correct radii and chi2 when fitting other conics beside ellipsoids.
Indicated that the code fits surfaces, not volumes.

1.2.0.0

Fixed instability arising for data points near zero.
Added equal radii constraints for an ellipsoid of an arbitrary orientation.

1.1.0.0

Just a better description.

1.0.0.0