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

6 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)

Community Treasure Hunt

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

Start Hunting!