How can I subplot heat maps?
Ältere Kommentare anzeigen
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)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu 컬러맵 finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!