Static Text GUI
조회 수: 2 (최근 30일)
이전 댓글 표시
Is there any way to put more than just regular text in a static text box, such as subscripts, superscripts or texts like x ̇ <== (x dot).
댓글 수: 0
채택된 답변
Walter Roberson
2011년 6월 6일
Are you referring to text() or to uicontrol with style text?
For uicontrols, you can use HTML on a per-line basis, such as
<HTML>Γ2
댓글 수: 3
Walter Roberson
2011년 6월 6일
The official chart of combining accents can be found at http://unicode.org/charts/PDF/U0300.pdf
Some of these might not work with MATLAB.
x with dot can be coded as <HTML>x&x0307;
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!