How can i save a output image into a folder ?

4 Ansichten (letzte 30 Tage)
sam  CP
sam CP am 16 Apr. 2017
Kommentiert: Image Analyst am 30 Aug. 2020
imwrite(yourImageArray, filename);
How can i save the output displayed image by using above code?

Antworten (1)

Image Analyst
Image Analyst am 16 Apr. 2017
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 Kommentare
Image Analyst
Image Analyst am 30 Aug. 2020
You can use copyfile(). I use it all the time to copy files back and forth to a shared folder on a server.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by