Hi,
I did not find the muscle recruitment type in GaitLowerExtremity.any.
Does GaitLowerExtremity.any uses the default recruitment type? If so, please could you let me know which type is the default.
If I want to change the recruitment type, I guess I should add the following line in GaitLowerExtremity.any:
InverseDynamics.Criterion = {
Type = MR_Quadratic;
UpperBoundOnOff = Off;
};
nStep=Main.ModelSetup.nStep;
Gravity ={0.0, 0,-9.81};
tStart = Main.TrialSpecificData.tStart+2Kinematics.ApproxVelAccPerturb;
tEnd = Main.TrialSpecificData.tEnd-2Kinematics.ApproxVelAccPerturb;
[SIZE=2]
The above lines are in [SIZE=3][SIZE=3]
AnyBodyStudy[/SIZE] InverseDynamicStudy = {…}
[/SIZE]If I change these lines, can I get a different muscle recruitment type?
Thanks in advance.
Regards,
Jerry
[/SIZE]