chebycenter(A,b,r0)

版本 1.1.0.0 (739 字节) 作者: Tim Benham
Computes the Chebyshev center and Chebyshev radius of a polytope.
541.0 次下载
更新时间 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
致谢

启发作品: Truncated multivariate normal

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