how can i plot a matrix with corresponding feature names

1 vue (au cours des 30 derniers jours)
Yuvashree Mani Urmila
Yuvashree Mani Urmila le 19 Mai 2014
Commenté : Star Strider le 20 Mai 2014
I am expecting to plot a matrix (57*32) 57 rows of measurements with 32 features. I have the data in a structure.
how to visualize this type of data effectively.

Réponse acceptée

Star Strider
Star Strider le 19 Mai 2014
Modifié(e) : Star Strider le 19 Mai 2014
For ‘visualize’, I suggest bar3.
  2 commentaires
Yuvashree Mani Urmila
Yuvashree Mani Urmila le 20 Mai 2014
That works. Can you suggest me a way to cluster this data and then plot the clusters. Thank You
Star Strider
Star Strider le 20 Mai 2014
Great!
I’m not exactly sure what you mean by ‘cluster’. There are the 'grouped' and 'stacked' options, and the bars in the default plot are by the rows and columns in the original matrix. You can change the x and y information plotted on the axis ticks with a few lines of code, and can be the names of the data in the rows or columns, if the data in the rows and columns have names. (They don’t have to be the default row and column numbers.)
There are a number of ‘cluster’ algorithms in the Statistics Toolbox. See the Cluster Analysis section for details.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by