Borrar filtros
Borrar filtros

plot label with latex symbol

172 visualizaciones (últimos 30 días)
Simo
Simo el 3 de Abr. de 2020
Comentada: Simo el 3 de Abr. de 2020
hi
how can i enter latex symbol (greek letter rho this time) in the labels of a plot? (first order bessel function)
yl={'J_{1}(\rho)','$'};
xl={'\rho','$'};
ylabel(yl,'interpreter','latex')
ylabel(xl,'interpreter','latex')

Respuesta aceptada

Peng Li
Peng Li el 3 de Abr. de 2020
You need to have the leading and ending symbol $.
e.g., ylabel('$J_{1}(\rho)$','interpreter','latex')

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations 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