Display checkmark string in figure
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
Thorsten
am 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 Kommentare
Justin Solomon
am 14 Jan. 2013
Bilal qureshi
am 30 Jun. 2018
its not working and how to make Cross like 'X' ??
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!