Uitable column name with symbols and subscripts
3 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Walter Roberson
2019 年 5 月 12 日
h = uitable('ColumnName', {'<html>r<sub>eff,f</sub>'})
4 件のコメント
Walter Roberson
2019 年 5 月 12 日
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 .
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!