how to generate image pixel value in notepad
Mostra commenti meno recenti
how to generate image pixel value in notepad
Risposte (2)
G PRAKASH
il 13 Dic 2013
0 voti
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
il 13 Dic 2013
0 voti
You can use fprintf() to print any array to a text file. See example in the help.
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!