Saving images in a directory folder

12 visualizaciones (últimos 30 días)
Jessica
Jessica el 26 de Mzo. de 2012
Editada: Rik el 2 de Jun. de 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

Respuestas (2)

Thomas
Thomas el 26 de Mzo. de 2012
  1 comentario
Jan
Jan el 26 de Mzo. de 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".

Iniciar sesión para comentar.


Rahul punk
Rahul punk el 2 de Jun. de 2021
Editada: Rik el 2 de Jun. de 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 comentario
Rik
Rik el 2 de Jun. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by