how to generate image pixel value in notepad
Mostrar comentarios más antiguos
how to generate image pixel value in notepad
Respuestas (2)
G PRAKASH
el 13 de Dic. de 2013
0 votos
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)
Image Analyst
el 13 de Dic. de 2013
0 votos
You can use fprintf() to print any array to a text file. See example in the help.
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!