Search found 4 matches
- Sun Jun 26, 2016 7:07 am
- Forum: Probabilistic Tool for Considering Patient Populations & Model Uncertainty
- Topic: Forward Dynamics
- Replies: 0
- Views: 357
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...
- Sun Jun 12, 2016 7:12 am
- Forum: Probabilistic Tool for Considering Patient Populations & Model Uncertainty
- Topic: Error
- Replies: 1
- Views: 328
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?
- 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: 655
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)
delete(but1_h)
delete(ah)
delete(text1)
- Sun Jun 12, 2016 6:39 am
- Forum: Robustness of subject-specific musculoskeletal models to parameter identificatio
- Topic: Error loading model
- Replies: 0
- Views: 332
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 (...