Filter löschen
Filter löschen

how to generate image pixel value in notepad

3 Ansichten (letzte 30 Tage)
Selva Karna
Selva Karna am 13 Dez. 2013
Beantwortet: Image Analyst am 13 Dez. 2013
how to generate image pixel value in notepad

Antworten (2)

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

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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by