Source code for musculoskeletal model
If you need to compile the MEX function for your own system, here are the steps.
- If you have not already done so, set up the MEX compilation by typing "mex -setup" in Matlab and follow the instructions.
- Download the ZIP file with source code.
- Extract the three files and place them in one folder.
- In Matlab, go to that folder and type: "mex gait2de.c gait2de_al.c".
- The MEX function should appear in the folder.