How to insert the 'double R' symbol in LiveScript (space of real numbers)

20 views (last 30 days)
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:

Accepted Answer

Walter Roberson
Walter Roberson on 8 Mar 2021
In LiveScript, Insert -> Equation -> LaTeX equation (probably control-shift-L shortcut)
Code as
\mathbb{R}
and it will show up as

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!