Adding underscore in xlabel latex interpreter
22 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Ameer Hamza
2020-11-23
Are you looking for something like this
xlabel('$L_{{(ex)}_L}$','fontweight','bold','FontSize',20,'Interpreter','latex');
4 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LaTeX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!