showing strings of text in heatmap (R2017a) images
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
HW
el 21 de Sept. de 2017
Comentada: HW
el 23 de Sept. de 2017
I would like to use the heatmap function that is newly available in Matlab R2017a to display information that may be either numbers or a string or text. For example, perhaps the first row might display in each square "n/a" and then other squares display numbers.
There is a Matlab heatmap example document that demonstrates doing such a thing, but I cannot get it to work for the data I am working on. It appears that the example is tied to the heatmap function as found previously in the bioinformatics toolbox.
So - I'm wondering if anyone has suggestions for how to display strings in the boxes in images created using the new heatmap function available in Matlab R2017a. Thank you.
0 comentarios
Respuesta aceptada
Walter Roberson
el 23 de Sept. de 2017
This is not supported by the new heatmap function.
The closest would probably be https://www.mathworks.com/help/matlab/ref/matlab.graphics.chart.heatmapchart-properties.html#property_d119e420284 MissingDataLabel
Más respuestas (1)
Arthur Goldsipe
el 22 de Sept. de 2017
The example you link to is for a different heatmap function that someone created and uploaded to the MathWorks File Exchange. To learn more about the new heatmap function that now ships with MATLAB, take a look at the reference page.
1 comentario
Ver también
Categorías
Más información sobre Data Distribution Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!