Borrar filtros
Borrar filtros

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

58 visualizaciones (últimos 30 días)
jaah navi
jaah navi el 6 de Nov. de 2018
Respondida: KSSV el 6 de Nov. de 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.

Respuesta aceptada

KSSV
KSSV el 6 de Nov. de 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')

Más respuestas (0)

Categorías

Más información sobre Operators and Elementary Operations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by