How to create new excel file if the excel file exist?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
NoYeah
el 17 de Nov. de 2020
Editada: Mario Malic
el 17 de Nov. de 2020
for example
if I want to save my data and their already data00.xls exist
create data01.xls automatically and save data to it
and doing the same thing for data02 03...100
0 comentarios
Respuesta aceptada
Mario Malic
el 17 de Nov. de 2020
Editada: Mario Malic
el 17 de Nov. de 2020
Hello,
Checking if file exists, you can do by isfile function.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!