You may copy the symbol from Copyright symbol's Wikipedia page.
how to add special character in label of app designer
7 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
採用された回答
Sumeet Singh
2020 年 6 月 30 日
2 件のコメント
Adam Danz
2020 年 6 月 30 日
© can be copied and pasted.
Alternatively, from the code you could set
app.Label = char(169);
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!