Clear Filters
Clear Filters

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

57 views (last 30 days)
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.

Accepted Answer

KSSV
KSSV on 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')

More Answers (0)

Categories

Find more on Operators and Elementary Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!