How to insert the 'double R' symbol in LiveScript (space of real numbers)
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bill Tubbs
el 8 de Mzo. de 2021
Comentada: Bill Tubbs
el 8 de Mzo. de 2021
Anyone know how to get this symbol in the LiveScript equation editor?
MS Equation editor equivalent:
\doubleR
Latex:
$\mathbb{R}$
(neither of these work)
Unless my eyes are failing me, I can't find it in the list of symbols in the menu:
0 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Mzo. de 2021
In LiveScript, Insert -> Equation -> LaTeX equation (probably control-shift-L shortcut)
Code as
\mathbb{R}
and it will show up as ℝ
Más respuestas (0)
Ver también
Categorías
Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!