How to create new excel file if the excel file exist?
조회 수: 4 (최근 30일)
이전 댓글 표시
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
채택된 답변
Mario Malic
2020년 11월 17일
편집: Mario Malic
2020년 11월 17일
Hello,
Checking if file exists, you can do by isfile function.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!