How do you input a number into a binary shape.
조회 수: 1 (최근 30일)
이전 댓글 표시
채택된 답변
Guillaume
2014년 11월 11일
편집: Guillaume
2014년 11월 11일
I assume this is related to your previous question and you're talking about writing a number in an image.
If not, there's no built-in way in matlab unfortunately. You would have to display your image with imshow, write text on the figure with text and capture the content of the figure as an image with getframe which usually returns an image of a different size. See this answer by mathworks for all the details.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!