Approximate Lowner Ellipsoid

버전 1.1.0.0 (2.42 KB) 작성자: Anye Li
Approximates the minimum volume ellipsoid circumscribing a set of points in arbitrary dimensions.
다운로드 수: 2K
업데이트 2008/11/1

라이선스 보기

This program implements the iterative algorithm in Khachiyan's paper "Rounding of Polytopes in the Real Number Model of Computation" to approximate the minimum volume ellipsoid circumscribing a non-degenerate set of points in arbitrary dimensions.

It is basically like Nima Moshtagh's MinVolEllipse except that the resulting ellipse actually circumscribes the input points, and that it is much faster due to its use of more efficient update equations.

인용 양식

Anye Li (2026). Approximate Lowner Ellipsoid (https://kr.mathworks.com/matlabcentral/fileexchange/21930-approximate-lowner-ellipsoid), MATLAB Central File Exchange. 검색 날짜: .

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

도움 받은 파일: Minimum Volume Enclosing Ellipsoid

버전 게시됨 릴리스 정보
1.1.0.0

Improved the efficiency of the iteration.
Fixed the termination logic.

1.0.0.0