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)

 채택된 답변

Matt Sprague
Matt Sprague 2018년 1월 12일

0 개 추천

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

댓글 수: 1

JaeSung Choi
JaeSung Choi 2018년 1월 13일
편집: JaeSung Choi 2018년 1월 13일
Thanks, my version is R2017a so maybe it's the reason.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 컬러맵에 대해 자세히 알아보기

질문:

2018년 1월 10일

편집:

2018년 1월 13일

Community Treasure Hunt

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

Start Hunting!