DWQA Questions › Category: Dexterit-E › Using exam_load() to upload .kinarm files in MATLAB workspace
I am trying to upload .kinarm data in the MATLAB workspace using the exam_load() function. But I am not sure why it's not working. What filename should I give an input argument to the exam_load() function?
Thanks in advance.
1 Answers
Hello Maryam,
The exam_load() function can take several different arguments types:
- The relative path to a .kinarm file, ex. 'tmp/test.kinarm'
- The relative path to several .kinarm files.
- No arguments - to load all .kinarm files in the current directory
- ('dir', folder name) - to load all .kinarm files in the given folder
Please login or Register to submit your answer