How can i save a output image into a folder ?
2 次查看(过去 30 天)
显示 更早的评论
imwrite(yourImageArray, filename);
How can i save the output displayed image by using above code?
0 个评论
回答(1 个)
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
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
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 Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!