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
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
q=dir(fullfile(matlabroot,'data\'));
disp(q);
Risposte (1)
Muruganandham Subramanian
il 14 Dic 2012
Modificato: Muruganandham Subramanian
il 14 Dic 2012
0 voti
You can do this by using pwd and cd command to acess folders
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!