How to remove specific .xlsx files from a directory?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have in a directory multiple .xlsx files. Some files have 1 coulmn and 1 row (1x1) (see attached file1.xlsx) and some files have 6 columns and 1 row (1x6) (see attached file2.xlsx). I am importing these files in order to understand what I mean .
I would like to remove files 1x1 and keep files 1x6 from a directory. Which command should I use?
Could you help me please?
댓글 수: 1
Rik
2021년 3월 7일
What do you think? This isn't your first question, you know the drill.
Try to split up your problems into solvable steps. Do you know how to read xlxs files? Do you know how to determine what size the contents are? Do you know how to delete a file if you know the file name?
답변 (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!