Is there a way to get a subscript or a superscript in a guide text screen
3 ビュー (過去 30 日間)
古いコメントを表示
I'm creating a panel using guide. I want to be able to show 10^-6 as a superscript rather than use ^-6. How do I do that.
0 件のコメント
回答 (1 件)
Star Strider
2015 年 7 月 18 日
編集済み: Star Strider
2015 年 7 月 18 日
Using the TeX or LaTeX interpreter, enclose the exponent in curly brackets:
10^{-6}
similarly for subscripts:
x_{2,3}
2 件のコメント
Star Strider
2015 年 7 月 24 日
You don’t, unless the file is a LaTeX document. Word could probably do it as well, but you have to create the requisite macros, not something I’ve ever done or want to do. So you’re restricted to whatever is in the font you’re using. Even with that, it would likely require you to use Unicode characters, and that may be a challenge as well.
参考
カテゴリ
Help Center および File Exchange で Characters and Strings についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!