How to put subscript in uilabel text and can I specify location on same line?
Mostrar comentarios más antiguos
I have the following (gl is a uigridlayout)
lblKa = uilabel(gl,"Text","K_a","HorizontalAlignment","center");
lblKa.Layout.Row = 2;
lblKa.Layout.Column = 4;
I am trying to subscript the "a" in "Ka". Also, is it possible to specify the layout row and column in a way that I can reduce three lines of code to one?
Respuesta aceptada
Más respuestas (1)
Paul
el 21 de Dic. de 2022
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!