Matlab plot ; How to plot figures like the file attached below

 採用された回答

Marco Riani
Marco Riani 2020 年 12 月 5 日

0 投票

3 件のコメント

deepthi b
deepthi b 2020 年 12 月 5 日
Thak you Sir. How to change the font size of rowlabel and columnlabel in heatmap
Marco Riani
Marco Riani 2020 年 12 月 5 日
Suppose that h is the handle of your heatmap that is
h = heatmap(xvalues,yvalues,cdata);
h.FontSize changes the FontSize of all xlabels, ylabels and the numbers inside the heatmap.
In order to change the FontSize of a particular label it seems to me it is necessary to use Latex instruction \fontsize (see screenshot below)
deepthi b
deepthi b 2020 年 12 月 5 日
Sir, in my matlab, heatmap is not availabe, only Heatmap is available and it doesnot have these options

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeData Distribution Plots についてさらに検索

質問済み:

2020 年 12 月 5 日

コメント済み:

2020 年 12 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by