How can I subplot heat maps?
조회 수: 3 (최근 30일)
이전 댓글 표시
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)
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!