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