Display checkmark string in figure
Show older comments
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!
Accepted Answer
More Answers (1)
Thorsten
on 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 Comments
Justin Solomon
on 14 Jan 2013
Bilal qureshi
on 30 Jun 2018
its not working and how to make Cross like 'X' ??
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!