Display checkmark string in figure
显示 更早的评论
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!
采纳的回答
更多回答(1 个)
Thorsten
2013-1-14
try a different text
text(x, y, 'ok')
and make sure that x and y are within the bounds of your figure
2 个评论
Justin Solomon
2013-1-14
Bilal qureshi
2018-6-30
its not working and how to make Cross like 'X' ??
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!