How can i save a output image into a folder ?
조회 수: 5 (최근 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!