greek letters in a static text (GUI)

7 vues (au cours des 30 derniers jours)
Pietro Rossi
Pietro Rossi le 22 Sep 2011
Hi everyone.
How can I type greek letter in a STATIC TEXT? I'm developing my gui and I can't resolve this problem: I have seen that in the static text Matlab doesn't use Latex compilator. I know I should use html, but this seems working just with Toogle Button.
Thanks a lot for your answer, best regards
P.P.

Réponses (2)

Aurelien Queffurust
Aurelien Queffurust le 22 Sep 2011

Daniel Shub
Daniel Shub le 22 Sep 2011
Now lets see if I can get all the font encodings correct:
h = uicontrol(gcf, 'Style', 'Text', 'String', 'π')
Just use extended character sets.

Catégories

En savoir plus sur Labels and Annotations 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