Effacer les filtres
Effacer les filtres

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

58 vues (au cours des 30 derniers jours)
jaah navi
jaah navi le 6 Nov 2018
Réponse apportée : KSSV le 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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by