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

5 Ansichten (letzte 30 Tage)
jaah navi
jaah navi am 6 Nov. 2018
Beantwortet: KSSV am 6 Nov. 2018
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.

Akzeptierte Antwort

KSSV
KSSV am 6 Nov. 2018
xlabel(' users','FontSize',10,'FontName','Times New Roman')
ylabel('Throughput','FontSize',10,'FontName','Times New Roman')
title('Comparison','FontSize',10,'FontName','Times New Roman')

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by