Azzera filtri
Azzera filtri

how to generate image pixel value in notepad

3 visualizzazioni (ultimi 30 giorni)
Selva Karna
Selva Karna il 13 Dic 2013
Risposto: Image Analyst il 13 Dic 2013
how to generate image pixel value in notepad

Risposte (2)

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

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

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!

Translated by