sqrt symbol into uitable
1 次查看(过去 30 天)
显示 更早的评论
Hi,
how can I insert sqrt symbol into uitable? for example sqrt(2).
Surd doesn't help.
Thank you for help
0 个评论
采纳的回答
Walter Roberson
2013-4-24
You can use √ to generate the symbol itself. However, you cannot create the overbar as far as I can tell. For example, this should in theory give the overbar but the renderer is too old to know about text-decoration
'<HTML>√<span style="text-decoration:overline">Overline</span>'
8 个评论
Walter Roberson
2013-5-2
What did you adjust your code to be ?
(note: when you try to post '√' here, change the & to & or else it will get displayed as √
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!