Display checkmark string in figure
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (1)
Thorsten
le 14 Jan 2013
try a different text
text(x, y, 'ok')
and make sure that x and y are within the bounds of your figure
2 commentaires
Justin Solomon
le 14 Jan 2013
Bilal qureshi
le 30 Juin 2018
its not working and how to make Cross like 'X' ??
Catégories
En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!