how to generate image pixel value in notepad
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
how to generate image pixel value in notepad
0 Kommentare
Antworten (2)
G PRAKASH
am 13 Dez. 2013
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
0 Kommentare
Image Analyst
am 13 Dez. 2013
You can use fprintf() to print any array to a text file. See example in the help.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!