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)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 컬러맵에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!