greek letters in a static text (GUI)

조회 수: 7 (최근 30일)
Pietro Rossi
Pietro Rossi 2011년 9월 22일
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.

답변 (2개)

Aurelien Queffurust
Aurelien Queffurust 2011년 9월 22일

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

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by