How can I subplot heat maps?

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)

 Accepted Answer

Matt Sprague
Matt Sprague on 12 Jan 2018

0 votes

The HeatMap object does not support being displayed as a subplot. The new "heatmap" function introduced in R2017a supports this behavior

1 Comment

JaeSung Choi
JaeSung Choi on 13 Jan 2018
Edited: JaeSung Choi on 13 Jan 2018
Thanks, my version is R2017a so maybe it's the reason.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!