use char in App Designer checkBox

4 Ansichten (letzte 30 Tage)
TheDice
TheDice am 16 Apr. 2021
Beantwortet: Monisha Nalluru am 19 Apr. 2021
Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?
  1 Kommentar
Rik
Rik am 16 Apr. 2021
You can probably paste in the symbol you want, or set the String property after you created the object.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Monisha Nalluru
Monisha Nalluru am 19 Apr. 2021
Use Text property of uicheckbox inorder to display the requested character.
As an example
app.CheckBox_2.Text = char(9723);
You can also paste the symbol in inspector of app designer for uicheckbox.

Kategorien

Mehr zu Develop Apps Using App Designer 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