Page 1 of 1
Prescribed Force
Posted: Mon Nov 01, 2010 7:30 am
by biomechanics
Hi,
There is anyway to add a prescribed force from a storage file, instead using a natural cubic spline?
Thanks
RE: Prescribed Force
Posted: Mon Nov 01, 2010 11:03 am
by aymanh
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