How to insert the 'double R' symbol in LiveScript (space of real numbers)
22 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2021-3-8
In LiveScript, Insert -> Equation -> LaTeX equation (probably control-shift-L shortcut)
Code as
\mathbb{R}
and it will show up as ℝ
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!