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!