Copy and rename Excel files from Matlab

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

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!