How can i save a output image into a folder ?

3 次查看(过去 30 天)
imwrite(yourImageArray, filename);
How can i save the output displayed image by using above code?

回答(1 个)

Image Analyst
Image Analyst 2017-4-16
That code is correct. Just supply a valid image variable, and a valid filename, and it will work. If it doesn't, read this thoroughly and edit your question so that it's answerable.
  6 个评论
Min Min
Min Min 2020-8-29
Dear sir: I want to transfer image from host pc to another pc's folder. What type of function should I use?
Image Analyst
Image Analyst 2020-8-30
You can use copyfile(). I use it all the time to copy files back and forth to a shared folder on a server.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by