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!