use char in App Designer checkBox

4 ビュー (過去 30 日間)
TheDice
TheDice 2021 年 4 月 16 日
回答済み: Monisha Nalluru 2021 年 4 月 19 日
Hi is it possible to use a char, like char(9723), for a CheckBox createt with App Designer?
  1 件のコメント
Rik
Rik 2021 年 4 月 16 日
You can probably paste in the symbol you want, or set the String property after you created the object.

サインインしてコメントする。

回答 (1 件)

Monisha Nalluru
Monisha Nalluru 2021 年 4 月 19 日
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.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by