Search found 4 matches

by Panagiotis Tsinganos
Sun Jun 26, 2016 7:07 am
Forum: Probabilistic Tool for Considering Patient Populations & Model Uncertainty
Topic: Forward Dynamics
Replies: 0
Views: 218

Forward Dynamics

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) e...
by Panagiotis Tsinganos
Sun Jun 12, 2016 7:12 am
Forum: Probabilistic Tool for Considering Patient Populations & Model Uncertainty
Topic: Error
Replies: 1
Views: 204

Error

When I click the 'Run Baseline Simulation' button I get an error that the model file couldn't be found. That probably happens due to mistake regarding the file paths in the setup .xml file. Has anyone come up with a solution?
by Panagiotis Tsinganos
Sun Jun 12, 2016 7:03 am
Forum: Probabilistic Tool for Considering Patient Populations & Model Uncertainty
Topic: Error when launching the Probabilistic Tool
Replies: 1
Views: 525

Re: Error when launching the Probabilistic Tool

I had the same problem when I first run the tool and I solved it by calling delete function with one parameter each time, e.g. :

delete(but1_h)
delete(ah)
delete(text1)
by Panagiotis Tsinganos
Sun Jun 12, 2016 6:39 am
Forum: Robustness of subject-specific musculoskeletal models to parameter identificatio
Topic: Error loading model
Replies: 0
Views: 132

Error loading model

I am using the PMM tool under Matlab 2015a with OpenSim 3.3, and I get the following error when loading a model file (.osim): Reference to non-existent field 'RME'. Error in import_model (line 94) VARIABLES.Joints.knee_r.FromLandmarks.RME.value=VARIABLES.Landmarks.RME.value; Error in main_function (...