Copy and rename Excel files from Matlab

52 views (last 30 days)
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

Aurelien Queffurust
Aurelien Queffurust on 30 Sep 2011

More Answers (1)

Wayne King
Wayne King on 30 Sep 2011
Hi Rajib, You can use
system()
to issue a system command from within MATLAB.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!