How can I subplot heat maps?

2 visualizaciones (últimos 30 días)
JaeSung Choi
JaeSung Choi el 10 de En. de 2018
Editada: JaeSung Choi el 13 de En. de 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)

Respuesta aceptada

Matt Sprague
Matt Sprague el 12 de En. de 2018
The HeatMap object does not support being displayed as a subplot. The new "heatmap" function introduced in R2017a supports this behavior
  1 comentario
JaeSung Choi
JaeSung Choi el 13 de En. de 2018
Editada: JaeSung Choi el 13 de En. de 2018
Thanks, my version is R2017a so maybe it's the reason.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 데이터 분포 플롯 en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!