Adding underscore in xlabel latex interpreter

36 visualizaciones (últimos 30 días)
Turbulence Analysis
Turbulence Analysis el 23 de Nov. de 2020
Comentada: Ameer Hamza el 23 de Nov. de 2020
Hi all,
I intend to add underscore in xlabel title using latex interpreter, but somehow, I am not success..
Basically, I need L subscript(ex)_L.. Below command yields me L_subscript(ex), but, the portion after underscore I am not getting.. Please help..
xlabel('$L_{(ex)}_L$','fontweight','bold','FontSize',20,'Interpreter','latex');

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 23 de Nov. de 2020
Are you looking for something like this
xlabel('$L_{{(ex)}_L}$','fontweight','bold','FontSize',20,'Interpreter','latex');
  4 comentarios
Turbulence Analysis
Turbulence Analysis el 23 de Nov. de 2020
Perfect, You nailed it..
Thanks...
Ameer Hamza
Ameer Hamza el 23 de Nov. de 2020
I am glad to be of help! :)

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by