Hello OpenSim Team,
I am running a series of CMC simulations with the metabolic probe.
This is done via MATLAB in a loop like this:
command1 = ['cmc -S ', setupFileName]
system(command1);
With each run, the metabolic probe output gets larger.
I see that the number of columns is greater by 94 each time.
All columns except time are duplicated .
run 1, nColumns=95
run 2, nColumns=189
run 3, nColumns=283
etc.
I cannot attach the output file because it is too large.
How could this happen?
Thanks,
John
metabolic probe output grows with each successive CMC run
- John Rogers
- Posts: 45
- Joined: Fri Feb 24, 2012 11:47 am
- John Rogers
- Posts: 45
- Joined: Fri Feb 24, 2012 11:47 am
Re: metabolic probe output grows with each successive CMC run
This happened because I had multiple metabolic probes in the models.
I deleted the extras via the OpenSim GUI.
I deleted the extras via the OpenSim GUI.