sqrt symbol into uitable

조회 수: 1 (최근 30일)
john
john 2013년 4월 24일
Hi,
how can I insert sqrt symbol into uitable? for example sqrt(2).
Surd doesn't help.
Thank you for help

채택된 답변

Walter Roberson
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>&radic;<span style="text-decoration:overline">Overline</span>'
  댓글 수: 8
john
john 2013년 5월 2일
It works now....also thanks
Walter Roberson
Walter Roberson 2013년 5월 2일
What did you adjust your code to be ?
(note: when you try to post '&radic;' here, change the & to &amp; 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!

Translated by