Minimum Enclosing Circle
版本 1.1.0.0 (2.5 KB) 作者:
Yazan Ahed
A code to find the minimum circle enclosing a set of given 2d points (Cartesian).
This code takes an input of a set of given (x,y) points in the Cartesian coordinates and returns the center and radius of the minimum circle enclosing the points. The code is not optimized and may have bugs, but for the many cases I tried it seems to work.
The code is written based on the very nice Java applet found here (link not working anymore): http://heyoka.cs.uiuc.edu/~thite/mincircle/
Credit for the code is to author of the applet.
引用格式
Yazan Ahed (2026). Minimum Enclosing Circle (https://ww2.mathworks.cn/matlabcentral/fileexchange/6457-minimum-enclosing-circle), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R13
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Matrices and Arrays 的更多信息
标签
致谢
启发作品: Minimum Enclosing Circle, geom2d
