필터 지우기
필터 지우기

How can I subplot heat maps?

조회 수: 2 (최근 30일)
JaeSung Choi
JaeSung Choi 2018년 1월 10일
편집: JaeSung Choi 2018년 1월 13일
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일
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개)

카테고리

Help CenterFile Exchange에서 데이터 분포 플롯에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!