フィルターのクリア

how to add special character in label of app designer

16 ビュー (過去 30 日間)
MingCheng Zhang
MingCheng Zhang 2020 年 6 月 30 日
コメント済み: MingCheng Zhang 2020 年 7 月 1 日
Hi,
I am using matlab version 2019a, and I want to add in copyright information in my app designer label. so I need to have the special character "\copyright", however, when I type in this \copyright into the label it does not show the small c. May I know how to add the copy right label into the label section in my app designer.
Thank you.

採用された回答

Sumeet Singh
Sumeet Singh 2020 年 6 月 30 日

You may copy the symbol from Copyright symbol's Wikipedia page.

  2 件のコメント
Adam Danz
Adam Danz 2020 年 6 月 30 日
© can be copied and pasted.
Alternatively, from the code you could set
app.Label = char(169);
MingCheng Zhang
MingCheng Zhang 2020 年 7 月 1 日
Thank you all for the kind help, really appreciated

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by