필터 지우기
필터 지우기

How to customize font size of accuracies/elements of a confusion matrix in MATLAB?

조회 수: 4 (최근 30일)
FARHAD
FARHAD 2019년 8월 13일
편집: FARHAD 2019년 8월 13일
Hi,
In my confusion matrix, I'm using one of the following two lines to change the font size of all the elements of a confusion matrix. But the following code changes font size includig title, tick labels and etc. How can I change the font size and color of the matrix elements by suppressing changes of other stuffs? Thanks in advance to help me.
% set(findobj(gca,'type','text'),'fontsize',20); % All font size
% set(findall(gcf,'-property','FontSize'),'FontSize',20); % All font size

답변 (0개)

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by