How to name each row and column of a Matrix

10 visualizaciones (últimos 30 días)
Marimuthu Ananthavelu
Marimuthu Ananthavelu el 28 de En. de 2018
Comentada: Star Strider el 28 de En. de 2018
I had constructed a Matrix for which I wish to assign a row name and column name. Is there any way to achieve this in an easy way?. This I will further use to plot the Color map (pcolor) indicating the names. Thanks.

Respuestas (1)

Star Strider
Star Strider el 28 de En. de 2018
The only way I can think of to do this is to use a table (link). See the links at the end of that page for more information on using the,.
  2 comentarios
Marimuthu Ananthavelu
Marimuthu Ananthavelu el 28 de En. de 2018
Hi Thanks. But pcolor() does not accept the table. It should be a Matrix.
Star Strider
Star Strider el 28 de En. de 2018
My pleasure.
These seem to be two separate problems. Use your matrix for both.
Create your table and use it to do whatever calculations you want to with it.
Create your pcolor (or image) object separately. It is easy enough to label the row and column tick labels with whatever you want, and you can use the same cell arrays of names or titles for both (providing that they are valid MATLAB variable names, since table requires that).
I would use image rather than pcolor.

Iniciar sesión para comentar.

Categorías

Más información sobre Geographic Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by