필터 지우기
필터 지우기

app designer special characters

조회 수: 16 (최근 30일)
Thomas Ligon
Thomas Ligon 2017년 2월 21일
댓글: Sudarshan Kolar 2017년 2월 28일
Hi, I am writing my first app designer applications, and would like to use special characters, such as Greek letters. In the title of a plot, I used the TeX notation of \xi_0 and it works just fine. However, in the label of a slider, that didn't work, and char(958), i.e. Unicode, and texlabel(...) didn't either. What can I do here?
  댓글 수: 1
Sudarshan Kolar
Sudarshan Kolar 2017년 2월 28일
I understand that you want to use special characters as label for your slider in appdesigner.
In the appdesigner startupFcn, you can declare something like this:
app.SliderLabel.Text = char(958);
More information about startupFcn:

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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