How can I subplot heat maps?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
JaeSung Choi
am 10 Jan. 2018
Bearbeitet: JaeSung Choi
am 13 Jan. 2018
I want to subplot heat maps, so I did as following but it didn't work. Please help me!
A = [ 1 1 ; 2 2 ]
subplot(4,4,1)
HeatMap(A)
0 Kommentare
Akzeptierte Antwort
Matt Sprague
am 12 Jan. 2018
The HeatMap object does not support being displayed as a subplot. The new "heatmap" function introduced in R2017a supports this behavior
1 Kommentar
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!