
s it possible to have double subscript in a figure label
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Abdulaziz Abutunis
am 1 Jul. 2021
Kommentiert: Marissa Ivett
am 7 Apr. 2025
Hi
Is it possible to have double subscript in a figure label. An example is below
. 

Thank you
Aziz
0 Kommentare
Akzeptierte Antwort
Star Strider
am 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.
.
1 Kommentar
Weitere Antworten (1)
Steven Lord
am 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}}')
Siehe auch
Kategorien
Mehr zu Axis Labels finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!