フィルターのクリア

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 Center および File Exchange데이터 분포 플롯 についてさらに検索

Community Treasure Hunt

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

Start Hunting!