save data to diferent excel files

Hi i'm doing a interface with GUIDE, and i use the xlswrite1()function to save data into a excel file. My problem is when i close the program (my interface) and open again, the excel file is overwriten.
How i can do for change the name of file , automatically, each time that start the program.

 Réponse acceptée

Jim
Jim le 10 Août 2012

0 votes

put the date and time in the file name

Plus de réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 10 Août 2012
Modifié(e) : Azzi Abdelmalek le 10 Août 2012

0 votes

file=[datestr(now) '.xlsx']

Community Treasure Hunt

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

Start Hunting!

Translated by