필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
deepthi b
deepthi b 2020년 12월 5일
댓글: deepthi b 2020년 12월 5일
How to plot figures like this in Matlab

채택된 답변

Marco Riani
Marco Riani 2020년 12월 5일
  댓글 수: 3
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

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 12월 5일

카테고리

Help CenterFile 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