How can I subplot heat maps?

3 vues (au cours des 30 derniers jours)
JaeSung Choi
JaeSung Choi le 10 Jan 2018
Modifié(e) : JaeSung Choi le 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)

Réponse acceptée

Matt Sprague
Matt Sprague le 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 commentaire
JaeSung Choi
JaeSung Choi le 13 Jan 2018
Modifié(e) : JaeSung Choi le 13 Jan 2018
Thanks, my version is R2017a so maybe it's the reason.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 데이터 분포 플롯 dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!