Is ther an easy way to create subscript text in a static text field in GUI?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I see several roundabout ways of doing this online, but they are all several years old. I was just curious if maybe this functionality was improved in more recent versions or if anyone had a better trick that doesn't involve HTML...?
Say I have a static text field with tag label 'text1' and the String value is set to 'U1 [kts]'. What is the absolute easiest way to make the '1' a subscript? Is there even an 'easy way'?
0 comentarios
Respuestas (1)
Walter Roberson
el 15 de Oct. de 2015
You could try replacing the '1' with char(8321) but if that does not work then you need HTML
2 comentarios
Ver también
Categorías
Más información sobre Environment and Settings 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!