Filter löschen
Filter löschen

Saving images in a directory folder

9 Ansichten (letzte 30 Tage)
Jessica
Jessica am 26 Mär. 2012
Bearbeitet: Rik am 2 Jun. 2021
Dear Sir,
i am making some operations in images and retrieve some target images , these target images i need to save them into a file , how can i do it ?
Thank you in advance

Antworten (2)

Thomas
Thomas am 26 Mär. 2012
  1 Kommentar
Jan
Jan am 26 Mär. 2012
+1: A complete answer.
Such basic question can be answered by Google also. e.g by using the terms "Matlab save image". Inside Matlab this can help: "docsearch image".

Melden Sie sich an, um zu kommentieren.


Rahul punk
Rahul punk am 2 Jun. 2021
Bearbeitet: Rik am 2 Jun. 2021
%read image test.jpg
tt= imshow('C:\Users\admin\Desktop\test.jpg') ;
%save your image other location with any name save desktop or any folder also
saveas(tt,'C:\Users\admin\Desktop\testimagesave.jpg') ;
  1 Kommentar
Rik
Rik am 2 Jun. 2021
Same as with your other answer, you forgot to apply formatting to your code.
I also don't see what this adds beyond what the other answer already provides.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Environment and Settings 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