Display checkmark string in figure
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
Thorsten
il 14 Gen 2013
try a different text
text(x, y, 'ok')
and make sure that x and y are within the bounds of your figure
2 Commenti
Justin Solomon
il 14 Gen 2013
Bilal qureshi
il 30 Giu 2018
its not working and how to make Cross like 'X' ??
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!