Ellipsoid fit

버전 1.3.0.0 (4.01 KB) 작성자: Yury
Fits an ellipsoid / sphere / paraboloid / hyperboloid to data using linear least squares.
다운로드 수: 14.6K
업데이트 날짜: 2015/12/4

라이선스 보기

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).

인용 양식

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

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

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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