Prescribed Force

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Margarida Machado
Posts: 16
Joined: Mon Apr 12, 2010 7:56 am

Prescribed Force

Post by Margarida Machado » Mon Nov 01, 2010 7:30 am

Hi,

There is anyway to add a prescribed force from a storage file, instead using a natural cubic spline?

Thanks

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

RE: Prescribed Force

Post by Ayman Habib » Mon Nov 01, 2010 11:03 am

Hi Margarida,

This definitely is something on our short list, to add convenience methods to create the functions from a Storage file, however you still need to specify how you want the data to be interpolated since different interpolation schemes will lead to different functions.
For now, if you use the API, you can load a storage file in your code, get the columns that you're interested in, create the functions programmatically using the options available in the API, then call the setFunctions() methods on the PrescribedForce.

Hope this helps and please let me know if you have any questions,
-Ayman

POST REPLY