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

 Accepted Answer

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 Comments

i created a folder using the command mkdir. how to save the image in the newly created folder
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?
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!