How can I subplot heat maps?
Afficher commentaires plus anciens
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
Plus de réponses (0)
Catégories
En savoir plus sur 컬러맵 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!