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

Asked by parag@yahoo.com a on 14 Dec 2012
Latest activity Answered by Muruganandham Subramanian on 14 Dec 2012

q=dir(fullfile(matlabroot,'data\'));

disp(q);

0 Comments

parag@yahoo.com a

Products

No products are associated with this question.

1 Answer

Answer by Muruganandham Subramanian on 14 Dec 2012
Edited by Muruganandham Subramanian on 14 Dec 2012

You can do this by using pwd and cd command to acess folders

0 Comments

Muruganandham Subramanian

Contact us