フィルターのクリア

Static Text GUI

3 ビュー (過去 30 日間)
Zach
Zach 2011 年 6 月 6 日
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).

採用された回答

Walter Roberson
Walter Roberson 2011 年 6 月 6 日
Are you referring to text() or to uicontrol with style text?
For text, you can use use tex or latex; see the example under the Interpreter property here
For uicontrols, you can use HTML on a per-line basis, such as
<HTML>&Gamma;2
  3 件のコメント
Zach
Zach 2011 年 6 月 6 日
It's changing it in the property inspector string but when I run my GUI, <HTML>Γ<SUP>2</SUP> comes up instead of the superscript
Walter Roberson
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 ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by