How do I remove the printed data on the heat map?
46 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sattik Basu
am 9 Sep. 2017
Kommentiert: Shahab Afshar
am 25 Nov. 2021
For a smaller matrix, the data seems to be present on the heatmap output. Also, I tried set(gca....) and "axis off" to remove the tick labels in the map, but that did not work.

3 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Sachindra Dhanapala Arachchige
am 26 Apr. 2018
Bearbeitet: Image Analyst
am 17 Nov. 2021
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells.
heatmap(.......'CellLabelColor','none')
4 Kommentare
Siehe auch
Kategorien
Mehr zu Data Distribution Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!