
s it possible to have double subscript in a figure label
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Abdulaziz Abutunis
il 1 Lug 2021
Commentato: Marissa Ivett
il 7 Apr 2025
Hi
Is it possible to have double subscript in a figure label. An example is below
. 

Thank you
Aziz
0 Commenti
Risposta accettata
Star Strider
il 1 Lug 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.
.
Più risposte (1)
Steven Lord
il 1 Lug 2021
I could have gone further but with smaller and smaller letters it gets more difficult to read.
xlabel('A_{B_{C_D}}')
Vedere anche
Categorie
Scopri di più su Axis Labels in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!