Static Text GUI
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Walter Roberson
le 6 Juin 2011
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 commentaires
Walter Roberson
le 6 Juin 2011
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;
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!