How to insert the 'double R' symbol in LiveScript (space of real numbers)
31 views (last 30 days)
Show older comments
Anyone know how to get this symbol in the LiveScript equation editor?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/543361/image.png)
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/543366/image.png)
0 Comments
Accepted Answer
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)
See Also
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!