The outputs of kmeans will help you in visualizing the way your data is separated among k number of clusters. The outputs contain the following information:
idx - cluster indices
C — Cluster centroid locations
sumd — Within-cluster sums of point-to-centroid distances
D — Distances from each point to every centroid
With this information, you can plot the clusters and the cluster centroids as shown in the following link: K-Means Plot