how to resolve superscript for text fields
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
I am trying to create superscripts. eg
            ss = "³⁵";
            ss1 = '³⁵';
If i execute these on the command line or using f9 it provides the result ³⁵
However when I run this as part of a function I get the result ³?
3 comentarios
  Walter Roberson
      
      
 el 25 de Feb. de 2020
				You mention text fields, but what kind of text fieds? What can be done with text() to draw characters on a plot, is different from what you can put in a uicontrol style text with difficulty, and different again from what you can do in a uitable. What you can do with uitable style text without difficulty is the same as what you can do at the command line without difficulty; with difficulty you can do some additional weird things at the command line. Then there is what you can do in a uitext field in app designer...
Respuestas (0)
Ver también
Categorías
				Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


