Filter löschen
Filter löschen

app designer special characters

16 Ansichten (letzte 30 Tage)
Thomas Ligon
Thomas Ligon am 21 Feb. 2017
Kommentiert: Sudarshan Kolar am 28 Feb. 2017
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 Kommentar
Sudarshan Kolar
Sudarshan Kolar am 28 Feb. 2017
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:

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by