Continuous output of muscle lengths
- Jesse Wheeler
- Posts: 2
- Joined: Mon Jan 14, 2008 11:32 am
Continuous output of muscle lengths
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.
- Ayman Habib
- Posts: 2252
- Joined: Fri Apr 01, 2005 12:24 pm
RE: Continuous output of muscle lengths
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
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