Calculate smallest enclosing circle: meb(X,mode)

Version 1.0 (5.31 KB) by Yi
calculating the smallest enclosing circle based on a set of points. User can choose the method.
410 Downloads
Updated 29 Dec 2014

View License

This toolbox calculate the smallest enclosing circle. Three modes is available:
'cvx': Calculate the circle by transforming the problem to its convex form
'elzinga':Calculate the circle by using Elzinga-Hearn algorithme
'emo': Calculate the circle by using Emo Welzl algorithme.
% Attention:
% With the mode 'elzinga', you can only calculate for less than
% 50 points, otherwise the matlab will be turned down.

Cite As

Yi (2024). Calculate smallest enclosing circle: meb(X,mode) (https://www.mathworks.com/matlabcentral/fileexchange/48902-calculate-smallest-enclosing-circle-meb-x-mode), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0