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!