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?