Clear Filters
Clear Filters

how to save an image?

1 view (last 30 days)
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 Comments
Matt J
Matt J on 6 Oct 2012
Edited: Matt J on 6 Oct 2012
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst on 6 Oct 2012
And what exactly does "embedded" mean? How is that different than any other variable in your program?

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 7 Oct 2012
imwrite(yourImageArray, filename);

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!