필터 지우기
필터 지우기

how to write the xlabel and ylabel in required type and font

조회 수: 58 (최근 30일)
jaah navi
jaah navi 2018년 11월 6일
답변: KSSV 2018년 11월 6일
i used the following command
xlabel(' users','FontSize',10,'FontType','Times New Roman')
ylabel('Throughput','FontSize',10,'FontType','Times New Roman')
title('Comparison','FontSize',10,'FontType','Times New Roman')
But unable to get the result. Could anyone please help me on this.

채택된 답변

KSSV
KSSV 2018년 11월 6일
xlabel(' users','FontSize',10,'FontName','Times New Roman')
ylabel('Throughput','FontSize',10,'FontName','Times New Roman')
title('Comparison','FontSize',10,'FontName','Times New Roman')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by