Copy and rename Excel files from Matlab
Show older comments
Hi,
1. Is there any way to copy an Excel file from one folder to another using Matlab?
2. Is it possible to rename an existing Excel file from Matlab?
Thanks, Rajib
Accepted Answer
More Answers (1)
Wayne King
on 30 Sep 2011
0 votes
Hi Rajib, You can use
system()
to issue a system command from within MATLAB.
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!