Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
q=dir(fullfile(matlabroot,'data\'));
disp(q);
0 Kommentare
Antworten (1)
Muruganandham Subramanian
am 14 Dez. 2012
Bearbeitet: Muruganandham Subramanian
am 14 Dez. 2012
You can do this by using pwd and cd command to acess folders
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!