Borrar filtros
Borrar filtros

how to generate image pixel value in notepad

3 visualizaciones (últimos 30 días)
Selva Karna
Selva Karna el 13 de Dic. de 2013
Respondida: Image Analyst el 13 de Dic. de 2013
how to generate image pixel value in notepad

Respuestas (2)

G PRAKASH
G PRAKASH el 13 de Dic. de 2013
use dlmwrite command
I=imread('rice.png'); dlmwrite('data.txt',I)

Image Analyst
Image Analyst el 13 de Dic. de 2013
You can use fprintf() to print any array to a text file. See example in the help.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by