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!