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

 채택된 답변

Marco Riani
Marco Riani 2020년 12월 5일

0 개 추천

댓글 수: 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에 대해 자세히 알아보기

질문:

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