s it possible to have double subscript in a figure label

23 vues (au cours des 30 derniers jours)
Abdulaziz Abutunis
Abdulaziz Abutunis le 1 Juil 2021
Hi
Is it possible to have double subscript in a figure label. An example is below
.
Thank you
Aziz

Réponse acceptée

Star Strider
Star Strider le 1 Juil 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 commentaire
Abdulaziz Abutunis
Abdulaziz Abutunis le 1 Juil 2021
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')

Connectez-vous pour commenter.

Plus de réponses (1)

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

Catégories

En savoir plus sur Graphics Object Properties dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by