Character for the real numbers - MATLAB
47 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jonathan
el 25 de Mzo. de 2014
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!
0 comentarios
Respuesta aceptada
Niklas Nylén
el 25 de Mzo. de 2014
Editada: Niklas Nylén
el 25 de Mzo. de 2014
\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 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Labels and Annotations 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!