GUI / Static text box with a subscript
Show older comments
Hi
I have a gui project and i want to write a static text box with a subscript. (s_1).
I have foud a code like this :
set(handles.text355, 'style', 'pushbutton', 'enable', 'off', 'string', '<HTML>S<sub>1')
It works.
But static text turns to push button. I could't change it.
What should i write instead of 'pushbutton'? I tried to write text,statictext,tex. None of them worked.
Could you help me?
Accepted Answer
More Answers (0)
Categories
Find more on Update figure-Based Apps 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!