how to generate image pixel value in notepad
1 view (last 30 days)
Show older comments
how to generate image pixel value in notepad
0 Comments
Answers (2)
G PRAKASH
on 13 Dec 2013
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
0 Comments
Image Analyst
on 13 Dec 2013
You can use fprintf() to print any array to a text file. See example in the help.
0 Comments
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!