Filter löschen
Filter löschen

how to save an image?

1 Ansicht (letzte 30 Tage)
Sivakumaran Chandrasekaran
I got an embedded image as an output. I want to store it automatically while running the code and i need to work on that image? how to store an image using imwrite command?
  2 Kommentare
Matt J
Matt J am 6 Okt. 2012
Bearbeitet: Matt J am 6 Okt. 2012
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst am 6 Okt. 2012
And what exactly does "embedded" mean? How is that different than any other variable in your program?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 7 Okt. 2012
imwrite(yourImageArray, filename);

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by