s it possible to have double subscript in a figure label
23 views (last 30 days)
Show older comments
Abdulaziz Abutunis
on 1 Jul 2021
Commented: Abdulaziz Abutunis
on 1 Jul 2021
Hi
Is it possible to have double subscript in a figure label. An example is below
.
Thank you
Aziz
0 Comments
Accepted Answer
Star Strider
on 1 Jul 2021
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.
.
More Answers (1)
Steven Lord
on 1 Jul 2021
I could have gone further but with smaller and smaller letters it gets more difficult to read.
xlabel('A_{B_{C_D}}')
0 Comments
See Also
Categories
Find more on Graphics Object Properties 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!