How to make loop over numbered folders?
Mostrar comentarios más antiguos
Hi,
I have a folder which contains subfolders named c001 to c100. I need to compress each of them into zip file. So basically I need to run this function:
zip('c001','c001');
but making it automatically change to 002, 003 etc.
Thank you for your help!
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 13 de Ag. de 2023
0 votos
See the FAQ for code snippets:
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!