Display checkmark string in figure
Mostrar comentarios más antiguos
I'm trying to use the text() function to display a checkmark in a figure. I can't seem to figure it out. I've basically tried:
text(x,y,'✓')
It doesn't display anything using this command. Help!
Respuesta aceptada
Más respuestas (1)
Thorsten
el 14 de En. de 2013
try a different text
text(x, y, 'ok')
and make sure that x and y are within the bounds of your figure
2 comentarios
Justin Solomon
el 14 de En. de 2013
Bilal qureshi
el 30 de Jun. de 2018
its not working and how to make Cross like 'X' ??
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!