Continuous output of muscle lengths

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Jesse Wheeler
Posts: 2
Joined: Mon Jan 14, 2008 11:32 am

Continuous output of muscle lengths

Post by Jesse Wheeler » Mon Feb 18, 2008 3:07 pm

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.

User avatar
Ayman Habib
Posts: 2252
Joined: Fri Apr 01, 2005 12:24 pm

RE: Continuous output of muscle lengths

Post by Ayman Habib » Tue Mar 11, 2008 11:58 am

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

POST REPLY