how to generate image pixel value in notepad
古いコメントを表示
回答 (2 件)
G PRAKASH
2013 年 12 月 13 日
0 投票
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
2013 年 12 月 13 日
0 投票
You can use fprintf() to print any array to a text file. See example in the help.
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!