Search found 3 matches

by Samuel Masters
Sat Jun 21, 2014 9:55 pm
Forum: Matlab-Opensim Interfaces
Topic: Let me know your bugs and problems
Replies: 3
Views: 2584

Re: Let me know your bugs and problems

Hi Glen, First, allow me to say how helpful you guys have been and useful these forums are in solving the vast majority of issues I face with the MATLAB-OpenSim interface. There has been one bug that has been popping up very recently for me. Whenever I started to use the Forward Tool, Force Reporter...
by Samuel Masters
Sat Jun 07, 2014 8:45 am
Forum: OpenSim
Topic: MATLAB ForwardTool() with new initial conditions
Replies: 2
Views: 499

Re: MATLAB ForwardTool() with new initial conditions

Solution:

setDefaultValue instead of setValue
setDefaultSpeedValue instead of setSpeedValue

-Samuel Masters
by Samuel Masters
Fri Jun 06, 2014 11:11 pm
Forum: OpenSim
Topic: MATLAB ForwardTool() with new initial conditions
Replies: 2
Views: 499

MATLAB ForwardTool() with new initial conditions

I am currently using the OpenSim-MATLAB interface to run an optimization routine. Some of the parameters that I am optimizing are the initial conditions of each body. Currently, I am writing a handle to the coordinate set and changing the position and velocity by the following example commands: syst...