Adding underscore in xlabel latex interpreter
23 views (last 30 days)
Show older comments
Turbulence Analysis
on 23 Nov 2020
Commented: Ameer Hamza
on 23 Nov 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');
0 Comments
Accepted Answer
Ameer Hamza
on 23 Nov 2020
Are you looking for something like this
xlabel('$L_{{(ex)}_L}$','fontweight','bold','FontSize',20,'Interpreter','latex');
4 Comments
More Answers (0)
See Also
Categories
Find more on LaTeX in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!