How can I subplot heat maps?
Mostrar comentarios más antiguos
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)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre 컬러맵 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!