How to create new excel file if the excel file exist?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Mario Malic
le 17 Nov 2020
Modifié(e) : Mario Malic
le 17 Nov 2020
Hello,
Checking if file exists, you can do by isfile function.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur File Operations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!