Optimize muscle-tendon parameters plugin
Posted: Thu Dec 24, 2020 12:33 pm
Hello,
I am using an OpenSim plugin (https://simtk.org/projects/opt_muscle_par) to optimize the muscle tendon parameters to scale my model. When running it in Matlab I optain this error:
Undefined function or variable 'getJoint'.
Error in getJointsSpannedByMuscle (line 89)
spannedJoint = body.getJoint();
The API installed correctly in Matlab and I followed the steps adviced by the developer. I am using OpenSim 4.1, can it be an issue of the version?
Thank you!
I am using an OpenSim plugin (https://simtk.org/projects/opt_muscle_par) to optimize the muscle tendon parameters to scale my model. When running it in Matlab I optain this error:
Undefined function or variable 'getJoint'.
Error in getJointsSpannedByMuscle (line 89)
spannedJoint = body.getJoint();
The API installed correctly in Matlab and I followed the steps adviced by the developer. I am using OpenSim 4.1, can it be an issue of the version?
Thank you!