How do I remove the printed data on the heat map?
133 ビュー (過去 30 日間)
古いコメントを表示
For a smaller matrix, the data seems to be present on the heatmap output. Also, I tried set(gca....) and "axis off" to remove the tick labels in the map, but that did not work.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/803929/image.jpeg)
3 件のコメント
採用された回答
その他の回答 (1 件)
Sachindra Dhanapala Arachchige
2018 年 4 月 26 日
編集済み: Image Analyst
2021 年 11 月 17 日
Just add the following to heatmap(.....), and you will not see the values in the heatmap cells.
heatmap(.......'CellLabelColor','none')
4 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Distribution Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!