Search found 5 matches

by Tom Driessen
Tue Jul 07, 2020 10:50 am
Forum: OpenSim
Topic: Wrapping surface
Replies: 1
Views: 269

Wrapping surface

Dear users / admin, I am trying to understand how the wrapping surfaces work in the Thoracoscapular Shoulder Model. When I plot the muscle-tendon length of the Infraspinatus inferior against the axial rotation or the plane of elevation of the arm, the graph is not smooth but contains some spikes.Whe...
by Tom Driessen
Thu May 14, 2020 3:47 pm
Forum: OpenSim
Topic: computeFiberEquilibrium is undenfined
Replies: 5
Views: 801

Re: computeFiberEquilibrium is undenfined

I just saw your edit, I tried it in script and there are no longer any error messages. Thank you :D
by Tom Driessen
Thu May 14, 2020 3:37 pm
Forum: OpenSim
Topic: computeFiberEquilibrium is undenfined
Replies: 5
Views: 801

Re: computeFiberEquilibrium is undenfined

I tried and it gave the following error: Undefined function 'computeFiberEquilibrium' for input arguments of type 'org.opensim.modeling.Muscle'. Error in surfaceplot (line 64) teresminor.computeFiberEquilibrium(state,true); in case it helps, this is how I called the muscle teresminor = model.getMusc...
by Tom Driessen
Thu May 14, 2020 3:16 pm
Forum: OpenSim
Topic: computeFiberEquilibrium is undenfined
Replies: 5
Views: 801

Re: computeFiberEquilibrium is undenfined

Dear Mr Dembia, Thank you for your response, the start of the script looks like this: import org.opensim.modeling.* opensimCommon.LoadOpenSimLibrary("...\ScapulothoracicJointPlugin40_WinX64") model = Model('...\ThoracoscapularShoulderModelSubject.osim'); state = model.initSystem(); Could you please ...
by Tom Driessen
Thu May 14, 2020 12:34 pm
Forum: OpenSim
Topic: computeFiberEquilibrium is undenfined
Replies: 5
Views: 801

computeFiberEquilibrium is undenfined

Dear users / admin, I am trying to use Matlab and the model of the Scapulothoracic Joint to look at tendon strain for different positions of the arm and how tendon strain is influenced by the velocity of the arm. I tried to use computeFiberEquilibrium to make sure the velocity of the muscle was take...