Character for the real numbers - MATLAB

조회 수: 49 (최근 30일)
Jonathan
Jonathan 2014년 3월 25일
편집: Jonathan 2014년 3월 25일
Hello everyone,
This maybe is a simple question but I would just like to print the character for the real numbers on a plot.
I read http://www.mathworks.nl/help/matlab/ref/text_props.html but I can only find greek numbers, integrals and arrows.
Can anyone help met with this?
Thanks in advance!

채택된 답변

Niklas Nylén
Niklas Nylén 2014년 3월 25일
편집: Niklas Nylén 2014년 3월 25일
\Re
------
Based on the comment below that \Re is not the desired character:
It looks like you need to install the mathbb font for the latex interpreter: http://stackoverflow.com/questions/12250919/how-do-you-use-the-latex-blackboard-font-in-matlab
When this is done you should be able to use \mathbb{R} for the hollow R symbol.
  댓글 수: 1
Jonathan
Jonathan 2014년 3월 25일
편집: Jonathan 2014년 3월 25일
Thanks, I already tried that but I'm looking for this character: http://upload.wikimedia.org/wikipedia/commons/3/39/Latex_real_numbers.svg
-----
Thanks for your answer!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by