Search found 4 matches

by Julie Dillon
Thu Apr 09, 2015 12:28 pm
Forum: OpenSim
Topic: OpenSim and Matlab coordination errors
Replies: 5
Views: 353

Re: OpenSim and Matlab coordination errors

James,

Thank you for your help!

The problem was actually in the environment variables in my computer. The path to the directory was incorrect. Again thank you for your help.

-Julie
by Julie Dillon
Wed Apr 08, 2015 8:24 pm
Forum: OpenSim
Topic: OpenSim and Matlab coordination errors
Replies: 5
Views: 353

Re: OpenSim and Matlab coordination errors

No, I'm not trying to put that into matlab, that is the output response.

In the matlab attachment, i have:

"
setupFileName = 'setupCMC_run2_relative_temp.xml'
command1 = ['cmc -S ', setupFileName]
system(command1);
"

i'm not sure why this is not working.

-Julie
by Julie Dillon
Sun Mar 29, 2015 1:14 pm
Forum: OpenSim
Topic: No metaolic output from probe while running CMC
Replies: 1
Views: 594

No metaolic output from probe while running CMC

Hi, I was attempting to run CMC in the OpenSim 3.2 software on a model with an attached probe. The input files and output files all seem to be correct, but when i try to plot the metabolics with respect to time, a flat line appears. I also tried to use the Analyze tool using a ProbeReporter in the A...
by Julie Dillon
Sun Mar 29, 2015 11:07 am
Forum: OpenSim
Topic: OpenSim and Matlab coordination errors
Replies: 5
Views: 353

OpenSim and Matlab coordination errors

Hi, I am currently attempting to run the CMC function of OpenSim using a matlab script (attached). I am getting the following error: "setupFileName = setupCMC_run2_relative_temp.xml command1 = cmc -S setupCMC_run2_relative_temp.xml 'cmc' is not recognized as an internal or external command, operable...