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
Wild cards can be used in file names in order to load a set of files. For example: load_exam(‘1234_*’) will load all .kinarm files that start with 1234_.
At the MATLAB prompt it is possible to type “help load_exam” to see the complete help for the funtion.
Please let us know if you are getting error messages trying to load kinarm data.
All the best,
Duncan