Page 1 of 1

Matlab interface/ Muscle length

Posted: Tue Jun 27, 2017 6:20 am
by jmat
Hello,
I am calculating muscle length and moment arm through M-file and S- function. It takes long time to get the results. I am not sure why it is very slow but I expect that the due to calculating model parameters that I do not need. Is there a way to make it faster by deactivating other calculations, if this is the reason.

Thanks Alot

Re: Matlab interface/ Muscle length

Posted: Tue Jun 27, 2017 12:12 pm
by tkuchida
It sounds like you want to use a MuscleAnalysis (https://simtk.org/api_docs/opensim/api_ ... lysis.html) or the MomentArmSolver (https://simtk.org/api_docs/opensim/api_ ... olver.html).

You can find additional information and sample scripts by searching the Forum (e.g., see viewtopicPhpbb.php?f=91&t=7723).