s it possible to have double subscript in a figure label

23 次查看(过去 30 天)
Hi
Is it possible to have double subscript in a figure label. An example is below
.
Thank you
Aziz

采纳的回答

Star Strider
Star Strider 2021-7-1
I am not quite certain what you want, however that is possible.
Using a LaTeX interpreter with:
$A{_B}_C$
produces:
So at least it works in this example.
.
  1 个评论
Abdulaziz Abutunis
I thought my quesiton was clear. Any wahy thanks for the suggestion
I found the next command works
xlabel('$A{_B}_{_C}$','fontsize',14,'interpreter','latex')

请先登录,再进行评论。

更多回答(1 个)

Steven Lord
Steven Lord 2021-7-1
I could have gone further but with smaller and smaller letters it gets more difficult to read.
xlabel('A_{B_{C_D}}')

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by