how to save an image?

1 次查看(过去 30 天)
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 个评论
Matt J
Matt J 2012-10-6
编辑:Matt J 2012-10-6
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst 2012-10-6
And what exactly does "embedded" mean? How is that different than any other variable in your program?

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2012-10-7
imwrite(yourImageArray, filename);

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by