how to display the clustered values which are clustered using k means clustering?

3 views (last 30 days)
i have 4 clusters.want to display 3 clusters values.

Answers (3)

Walter Roberson
Walter Roberson on 30 Aug 2013
disp() ? fprintf() ? uitable ?

Vijaya
Vijaya on 30 Aug 2013
i want to extract some of the clusters values. how to extract that.having 3 clusters need to get 2 clusters values. help me with the code please.

Marta Salas
Marta Salas on 19 Mar 2014
There is an example on how to plot the clusters and the cluster centroids here: http://www.mathworks.es/es/help/stats/kmeans.html

Tags

Community Treasure Hunt

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

Start Hunting!