Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
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 visualización (últimos 30 días)
Mostrar comentarios más antiguos
q=dir(fullfile(matlabroot,'data\'));
disp(q);
0 comentarios
Respuestas (1)
Muruganandham Subramanian
el 14 de Dic. de 2012
Editada: Muruganandham Subramanian
el 14 de Dic. de 2012
You can do this by using pwd and cd command to acess folders
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!