Program to copy files from one folder to another
显示 更早的评论
Problem Statement:
- Lets say I have 10 folders namly (f1, f2,....f10)
- Each folder has multiple .csv files, but I only want to copy a particular .csv file (f1_1.csv) from that folder to a new folder namely (F1-10)
- Repeat the steps with all the folders in step 1
Is there a way to do this?
1 个评论
Reeshabh Kumar Ranjan
2020-6-23
Assuming you need to do it using MATLAB, you can use the following functions to achieve your task:
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 File Operations 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!