sqrt symbol into uitable

1 visualización (últimos 30 días)
john
john el 24 de Abr. de 2013
Hi,
how can I insert sqrt symbol into uitable? for example sqrt(2).
Surd doesn't help.
Thank you for help

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Abr. de 2013
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 comentarios
john
john el 2 de Mayo de 2013
It works now....also thanks
Walter Roberson
Walter Roberson el 2 de Mayo de 2013
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 √

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by