How to make loop over numbered folders?
古いコメントを表示
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!
採用された回答
その他の回答 (1 件)
Image Analyst
2023 年 8 月 13 日
0 投票
See the FAQ for code snippets:
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!