필터 지우기
필터 지우기

Saving images in a directory folder

조회 수: 9 (최근 30일)
Jessica
Jessica 2012년 3월 26일
편집: Rik 2021년 6월 2일
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

답변 (2개)

Thomas
Thomas 2012년 3월 26일
  댓글 수: 1
Jan
Jan 2012년 3월 26일
+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".

댓글을 달려면 로그인하십시오.


Rahul punk
Rahul punk 2021년 6월 2일
편집: Rik 2021년 6월 2일
%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
Rik
Rik 2021년 6월 2일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by