Once I have exported KINARM data from Dexterit-E (i.e. ZIP files), how do I load it into MATLAB?
1 Answers
Data exported from Dexterit-E can be imported into MATLAB using the zip_load.m function that is part to the Analysis scripts that BKIN provides on their website for download.
- Download the latest version
- Unzip the contents to a folder on the MATLAB path
- run and edit demo_zip_load.m to see an example of how the scripts work
- type help xxxxx.m for any of the functions included to get standard MATLAB style help
Please login or Register to submit your answer