Processing Multiple EMG files
8 次查看(过去 30 天)
显示 更早的评论
I have multiple files of raw EMG data of different muscles that needs to be linear enveopled. I know how to do that and have made code for it but I was wonderig if there would be a way to run the code on multiple files to save some time. I know that a for loop of some sorts could be used but I do not understand how to create one for files instead of vectors. Is there any way to do this?
ex. the files can be found in 'C:, User, User1, Downloads, S02, S2_T3data, Proceessed_EMG, Cond_EMG "
the files are named : SCM_L, SCM_R, UTR_L, UTR_R
Thanks in advance
5 个评论
Stephen23
2021-3-3
Do not use command syntax, use function syntax exactly as the example in the documentation shows.
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!