Is there a way to make a column name in a uitable have superscript text?

8 visualizaciones (últimos 30 días)
headers = {'Depth | (m)','Thickness|(m)',' Velocity | (m/sec)','Unit Weight |... (kN/m^3)',' | PI',' | OCR','','Minimum Vs | (m/sec)','','Maximum Vs |... (m/sec)','Sigma (ln) | Velcity'};
set(handles.Profile_uitable,'ColumnName',headers);
I want the 3 in m^3 to be superscript but i cant find a way to make it work in the uitable coulumn name property.

Respuestas (1)

Jing
Jing el 29 de Mzo. de 2013
Try the html format for the names.
headers = {'Depth | (m)','Thickness|(m)',' Velocity | (m/sec)','Unit Weight<br>... (kN) m<sup>3</sup>',' | PI',' | OCR','','Minimum Vs | (m/sec)','','Maximum Vs |... (m/sec)','Sigma (ln) | Velcity'};

Categorías

Más información sobre Migrate GUIDE Apps 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!

Translated by