Search found 2 matches

by Davide Monari
Fri Jul 13, 2012 12:14 am
Forum: OpenSim
Topic: "Lower Extremity Model" VS "Torso + Lower Extremity Model"
Replies: 0
Views: 128

"Lower Extremity Model" VS "Torso + Lower Extremity Model"

Hi, I noticed that, inside the .osim file, there are some differences in these two models (as far as the lower leg is concerned), both available on the website: - https://simtk.org/home/low-ext-model/ - https://simtk.org/home/torso_legs/ As far as I got from the description in the webpage, the secon...
by Davide Monari
Fri Mar 09, 2012 12:28 am
Forum: OpenSim
Topic: Matlab crash afterI'm using model scaling using API
Replies: 5
Views: 786

Matlab crash afterI'm using model scaling using API

Hi, I would like to use OpenSim API in Matlab to programmatically scale my model. I wrote down the followjng code to do that: import org.opensim.modeling.* % Get the original model M_Model = Model('Delp1990.osim'); % Create the ScaleSet object leg_ScaleSet = ScaleSet(); segNames = {'ground','pelvis'...