Is ther an easy way to create subscript text in a static text field in GUI?
Show older comments
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'?
Answers (1)
Walter Roberson
on 15 Oct 2015
2 votes
You could try replacing the '1' with char(8321) but if that does not work then you need HTML
2 Comments
Siqi
on 28 Mar 2018
This is easy and super helpful!
Phani kumar KSV
on 26 Apr 2020
THANKYOU .. it worked
Categories
Find more on Language Support in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!