Page 1 of 1
Continuous output of muscle lengths
Posted: Mon Feb 18, 2008 3:07 pm
by jwheeler
I am currently using Matlab to calculate changes in muscle lengths during movement by using via points. Is there a way to adapt Opensim's method of using wrap objects in the determination of muscle length to my Matlab model? Ideally, I would like a module that i can input each joint state and receive an output of muscle lengths.
RE: Continuous output of muscle lengths
Posted: Tue Mar 11, 2008 11:58 am
by aymanh
Dear Jesse,
You can do what you want by creating a new type of muscle (a C++ class) and have the methods of this class call your Matlab code. Only problem is that our API is not stable/publically available yet. The good news is that it will be made available later this year.
Sorry for the inconvenience and good luck,
-Ayman