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

 Risposta accettata

3 Commenti

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

Accedi per commentare.

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by