Mark clusters by circle

Hi,
I have clustered my data and plotted them via scatter plot usng different colors, now how could I mark each clusters by an bounding circle??
any idea

Answers (1)

Image Analyst
Image Analyst on 14 Mar 2015

0 votes

Extract each cluster by itself (i.e. one at a time), then pass each in to John D'Errico's function: incircle(): http://www.mathworks.com/matlabcentral/fileexchange/34767-a-suite-of-minimal-bounding-objects

Tags

Asked:

on 14 Mar 2015

Answered:

on 14 Mar 2015

Community Treasure Hunt

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

Start Hunting!