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

 采纳的回答

3 个评论

Thak you Sir. How to change the font size of rowlabel and columnlabel in heatmap
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)
Sir, in my matlab, heatmap is not availabe, only Heatmap is available and it doesnot have these options

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Data Distribution Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by