Is there a way to get a subscript or a superscript in a guide text screen
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Star Strider
el 18 de Jul. de 2015
Editada: Star Strider
el 18 de Jul. de 2015
Using the TeX or LaTeX interpreter, enclose the exponent in curly brackets:
10^{-6}
similarly for subscripts:
x_{2,3}
2 comentarios
Star Strider
el 24 de Jul. de 2015
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.
Ver también
Categorías
Más información sobre Characters and Strings en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!