Uitable column name with symbols and subscripts

8 Ansichten (letzte 30 Tage)
Yasmin Samy
Yasmin Samy am 12 Mai 2019
Kommentiert: Walter Roberson am 12 Mai 2019
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

Antworten (1)

Walter Roberson
Walter Roberson am 12 Mai 2019
h = uitable('ColumnName', {'<html>r<sub>eff,f</sub>'})
  4 Kommentare
Yasmin Samy
Yasmin Samy am 12 Mai 2019
This worked!! using the html code for the < symbol:
'<html>&lt r<sub>eff,f</sub> >'
its odd thougth that we can just use > and not its code and it works. Anyone know why this happens?
Walter Roberson
Walter Roberson am 12 Mai 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 .

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by