Uitable column name with symbols and subscripts
Mostrar comentarios más antiguos
Hello,
I want to write the column name in my uitable as <reff,f> where eff,f are subscripts. I tried using html but for some reason adding the < ruins everything. Help?
PS I am using matlab R2016a
Respuestas (1)
Walter Roberson
el 12 de Mayo de 2019
h = uitable('ColumnName', {'<html>r<sub>eff,f</sub>'})
4 comentarios
Yasmin Samy
el 12 de Mayo de 2019
Yasmin Samy
el 12 de Mayo de 2019
Yasmin Samy
el 12 de Mayo de 2019
Walter Roberson
el 12 de Mayo de 2019
Sorry I had not realized the < > were intended to be literal.
> is accepted due to lax HTML parsing. A real HTML parser would have given an error .
Categorías
Más información sobre Symbolic Math Toolbox 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!


