Forward Dynamics

Will provide a probabilistic tool to assess model parameter uncertainty and intersubject variability with specific applications in hip and low back.
POST REPLY
User avatar
Panagiotis Tsinganos
Posts: 4
Joined: Fri Apr 08, 2016 12:37 pm

Forward Dynamics

Post by Panagiotis Tsinganos » Sun Jun 26, 2016 7:07 am

I'm trying to run a Forward Dynamics probabilstic analysis with version v1 of this tool with Monte Carlo method, but at the last iteration I get an error:
"""
Error using importdata (line 136)
Unable to open file.

Error in MonteCarlo_Results (line 9)
timedata = importdata([path '\' file num2str(1) ext]);

Error in ProbGUI_v1 (line 1031)
[ProbData_out] = MonteCarlo_Results(ProbSetup, data_out, PertSet);
"""

Nevertheless, I can successfully run Inverse Dynamics with Monte Carlo when following the tutorial. Has anyone performed a Forward Dynamics simulation?

POST REPLY