how do I draw the cluster boundaries in a scatter plot?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
zepp
el 5 de Mzo. de 2014
Respondida: Adam Cutbill
el 18 de Mzo. de 2014
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158017/image.jpeg)
I have a scatter plot of three clusters. How can I represent them by showing the cluster boundaries rather than using colours for the different clusters? I would like to draw circles (or ellipses) around each cluster. These clusters were created using a mixture model and I have also created the gmdistribution object of the model if that can be useful.
Thanks
0 comentarios
Respuesta aceptada
Más respuestas (1)
Adam Cutbill
el 18 de Mzo. de 2014
You can also use the convex hull operation if you're more concerned with capturing the boundary than making sure it is a ellipse.(<http://www.mathworks.com/help/matlab/math/convex-hulls.html>)
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!