
s it possible to have double subscript in a figure label
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abdulaziz Abutunis
el 1 de Jul. de 2021
Comentada: Marissa Ivett
el 7 de Abr. de 2025
Hi
Is it possible to have double subscript in a figure label. An example is below
. 

Thank you
Aziz
0 comentarios
Respuesta aceptada
Star Strider
el 1 de Jul. de 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 comentario
Más respuestas (1)
Steven Lord
el 1 de Jul. de 2021
I could have gone further but with smaller and smaller letters it gets more difficult to read.
xlabel('A_{B_{C_D}}')
Ver también
Categorías
Más información sobre Axis Labels en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!