How can I extract the passive force length curve?
- Jingke Song
- Posts: 34
- Joined: Tue Oct 19, 2021 4:52 am
How can I extract the passive force length curve?
Why is there only getActiveForceLengthCurve(), getForceVelocityCurve(), and getTendonForceLengthCurve() functions in the API of Millard2012EquilibriumMuscle, and no getPassiveForceLengthCurve() function? How can I extract the passive force length curve? I hope someone can help me.
Tags:
- Mohammadreza Rezaie
- Posts: 407
- Joined: Fri Nov 24, 2017 12:48 am
Re: How can I extract the passive force length curve?
Hi, you can find it here: getFiberForceLengthCurve()
- Jingke Song
- Posts: 34
- Joined: Tue Oct 19, 2021 4:52 am
Re: How can I extract the passive force length curve?
Thank you very much. This is exactly what I need