필터 지우기
필터 지우기

how to create a folder to store the image obtained after addition of two images?

조회 수: 1 (최근 30일)
how to create a folder to store the image obtained after addition of two images?

채택된 답변

Jan
Jan 2013년 3월 6일
The command mkdir creates a folder. But this does not depend on what you want to write into it. So perhaps you want something else.
  댓글 수: 3
Image Analyst
Image Analyst 2013년 3월 6일
siva, you know very well that you can save images with imwrite (if they're uint8) or with save (to save to a mat file if they're a floating point image). I KNOW you know how to save images. And you already know about fullfile() and sprintf() or other methods to build up the filename. So why or what are you asking?
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2013년 3월 7일
Hi Image Analyst. yesterday only i created a new folder and wrote image on the newly created folder. it was my yesterday's task and i completed it successfully.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by