To choose specific files from the folder
이전 댓글 표시
cc_8694=readseizmo('C:\269_Sept26\8670_W8694\W8694_W8718_269_Sept26_0700_0800\STACKS\01\001_DAYS\EE\WB_W8694*\*')
In the above code line i use *\* to select all the stations named "WB_W8694" in a folder. But in that folder i have many stations by different names, how can i select the different stations at the same time? any special wildcard characters?
stations are seismic data sensors
댓글 수: 4
Chetan Bhavsar
2023년 7월 26일
Can you please explain nature or unique identity of specific files ?
Muhammad
2023년 7월 26일
Walter Roberson
2023년 7월 26일
readseizmo appears to be the third-party https://github.com/g2e/seizmo/blob/master/rw/readseizmo.m which accepts * wild-card characters
Image Analyst
2023년 7월 27일
@Walter Roberson but does it accept wildcards in the folder name? And simultaneously with wildcards in the filename?
답변 (1개)
Image Analyst
2023년 7월 26일
0 개 추천
See the FAQ for code snippets you can adapt:
카테고리
도움말 센터 및 File Exchange에서 Seismology에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!