automaticly detecting multiple c3d files using dir function
이전 댓글 표시
Hi,
for a project at school we received 2 files with each 5 files each containing another 5 c3d files. using the dir function and a string ([path_to_folder'*.c3d']) we should be able to write a fucntion which automatically detects these c3d files. I already found how to read the c3d files but not how to use them multiple times with loops instead of repeatedly writing them.
Can anyone help?
댓글 수: 2
Jan
2014년 12월 29일
It is not clear how "2 files" and "with each 5 files" and "each containing another 5 c3d files" match together. Do you mean folders ?
jonathan ponette
2014년 12월 29일
답변 (1개)
Jan
2014년 12월 29일
1 개 추천
This is a recursive file search and you find many solutions in the FileExchange:
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!