You may copy the symbol from Copyright symbol's Wikipedia page.
how to add special character in label of app designer
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MingCheng Zhang
el 30 de Jun. de 2020
Comentada: MingCheng Zhang
el 1 de Jul. de 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.
0 comentarios
Respuesta aceptada
Sumeet Singh
el 30 de Jun. de 2020
2 comentarios
Adam Danz
el 30 de Jun. de 2020
© can be copied and pasted.
Alternatively, from the code you could set
app.Label = char(169);
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!