how to generate image pixel value in notepad

回答 (2 件)

G PRAKASH
G PRAKASH 2013 年 12 月 13 日

0 投票

use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
Image Analyst 2013 年 12 月 13 日

0 投票

You can use fprintf() to print any array to a text file. See example in the help.

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

製品

質問済み:

2013 年 12 月 13 日

回答済み:

2013 年 12 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by