필터 지우기
필터 지우기

how to add special character in label of app designer

조회 수: 12 (최근 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 CenterFile Exchange에서 Develop 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