I was wondering if there is any way in Matlab-OpenSim API to execute the Forward Dynamic Tool using FIBER FORCES as the states input.
The Forward Tool page literally states:
"subject01_walk1_states.sto: Contains the time histories of model states, including joint angles, joint speeds, muscle activations, muscle fiber lengths, and more."
So I'll like to know what kind of data it refers to when said "more".
I can also use fiber velocities as input instead of fiber forces if there is an option for that.
I've already tried to use FiberForce.sto directly as states input
Code: Select all
tool.setStatesFileName(New_Path);
Thank you in advance for your help!
Eduardo Saenz