chebycenter(A,b,r0)

버전 1.1.0.0 (739 Bytes) 작성자: Tim Benham
Computes the Chebyshev center and Chebyshev radius of a polytope.
다운로드 수: 541
업데이트 날짜: 2015/8/26

라이선스 보기

This function returns the Chebyshev center and Chebyshev radius of a polytope defined by linear inequalities Ax<=b. The Chebyshev center of a polytope is the center of the largest hypersphere enclosed by the polytope. Similarly the Chebyshev radius is the radius of the largest hypersphere enclosed by the polytope.

인용 양식

Tim Benham (2024). chebycenter(A,b,r0) (https://www.mathworks.com/matlabcentral/fileexchange/34987-chebycenter-a-b-r0), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Allow third argument specifying an indifference threshold for the radius. It will not bother looking for a point deeper in the interior than this.

1.0.0.0