Is it possible to interpret text in a uitable and can I set the margin position?
古いコメントを表示
With Matlab 2012b table I was able to do that. Since I upgraded to 2015b all of my routines which use table don't work anymore.
回答 (1 件)
Yuebin Zhou
2016 年 1 月 18 日
0 投票
Please provide with your code and any error message you have got.
5 件のコメント
Simon
2016 年 1 月 19 日
Walter Roberson
2016 年 1 月 19 日
uitable accept HTML provided that the first part of the string is '<HTML>' . uitable do not support tex or latex though.
Yuebin Zhou
2016 年 1 月 19 日
編集済み: Walter Roberson
2016 年 1 月 21 日
As Walter said, uitable does not have a Tex/LaTex Interpreter, so it could only take HTML string.
Using HTML, you could insert unicode characters, thought it does not have the capability of showing more complex text.
%I put in "& #x03B5;"(remove the space between & and #) between HTML tags
t=uitable('RowName','<html>ε</html>')
Walter Roberson
2016 年 1 月 19 日
If I recall correctly, uitable supports some of the named HTML entities, but not numbered entities. Or perhaps it was not entities numbered with hex.
Walter Roberson
2016 年 1 月 21 日
I fixed the presentation of your post, Yuebin Zhou . The Answers forum itself interprets HTML entities even in formatted text, so I changed your & to & in your source so it would show up properly as &
カテゴリ
ヘルプ センター および File Exchange で Characters and Strings についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!