Effacer les filtres
Effacer les filtres

how to add special character in label of app designer

12 vues (au cours des 30 derniers jours)
MingCheng Zhang
MingCheng Zhang le 30 Juin 2020
Commenté : MingCheng Zhang le 1 Juil 2020
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.

Réponse acceptée

Sumeet Singh
Sumeet Singh le 30 Juin 2020

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

  2 commentaires
Adam Danz
Adam Danz le 30 Juin 2020
© can be copied and pasted.
Alternatively, from the code you could set
app.Label = char(169);
MingCheng Zhang
MingCheng Zhang le 1 Juil 2020
Thank you all for the kind help, really appreciated

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by