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
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
q=dir(fullfile(matlabroot,'data\'));
disp(q);
Réponses (1)
Muruganandham Subramanian
le 14 Déc 2012
Modifié(e) : Muruganandham Subramanian
le 14 Déc 2012
0 votes
You can do this by using pwd and cd command to acess folders
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!