i have open a directory using dir function. i want to open the folders in the directory and process the images in different folder so plz let me know anyone knows how to do it
Info
This question is closed. Reopen it to edit or answer.
Show older comments
q=dir(fullfile(matlabroot,'data\'));
disp(q);
Answers (1)
Muruganandham Subramanian
on 14 Dec 2012
Edited: Muruganandham Subramanian
on 14 Dec 2012
0 votes
You can do this by using pwd and cd command to acess folders
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!