How can I subplot heat maps?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
JaeSung Choi
il 10 Gen 2018
Modificato: JaeSung Choi
il 13 Gen 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 Commenti
Risposta accettata
Matt Sprague
il 12 Gen 2018
The HeatMap object does not support being displayed as a subplot. The new "heatmap" function introduced in R2017a supports this behavior
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 데이터 분포 플롯 in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!