MATLAB: How to copy a .doc file from the desktop and save it by a different name

docword

Hi all,
I got this word file that I need to save it multiple times with different names,please help.

Best Answer

You can use copyfile('source','destination') ; source is the file name which you want to copy into destination. You can give the information along with the fullpath.