Search found 36 matches

by Maria Isabel Orselli
Tue Aug 26, 2014 4:04 pm
Forum: OpenSim
Topic: Question about CMC fast target settings
Replies: 0
Views: 414

Question about CMC fast target settings

Hi all, Maybe it is just a silly question. I think I'm making some confusion on understanding the CMC steps, but my question is: When I use the CMC fast target I solve for an optimization problem where the cost function is: "the sum of squared controls augmented by a set of equality constraints that...
by Maria Isabel Orselli
Fri May 30, 2014 3:52 pm
Forum: OpenSim
Topic: Joint Reaction Force File Matlab
Replies: 2
Views: 759

Re: Joint Reaction Force File Matlab

Hi Alessandro, to solve this problem I: loaded a generic setup file: analyzeTool = AnalyzeTool(genericSetupFile); then I got the property by its index x=analyzeTool.getAnalysisSet().get(0).getPropertyByIndex(5); and with the PropertyHelper I could change the name of the file PropertyHelper.setValueS...
by Maria Isabel Orselli
Fri Jan 24, 2014 12:27 pm
Forum: OpenSim
Topic: Question in Editing a xml Scale setting file using matlab
Replies: 7
Views: 1333

Re: Question in Editing a xml Scale setting file using matla

Hi James, It didn't work the way I was thinking. Doing the way you suggested, I could copy the IK tasks from one IKTask file to the other, but I could not modify the path name, nor even copy ( set ) the tasks, in the new Scale Setting file. It seems that I'm missing a 'set' command. Do you have any ...
by Maria Isabel Orselli
Thu Jan 23, 2014 10:22 am
Forum: OpenSim
Topic: Question in Editing a xml Scale setting file using matlab
Replies: 7
Views: 1333

Re: Question in Editing a xml Scale setting file using matla

Hi James,

My idea is not to use the loop, so I'll try your first suggestion and let you know if it works

thanks
Bel
by Maria Isabel Orselli
Wed Dec 04, 2013 12:23 pm
Forum: OpenSim
Topic: Question in Editing a xml Scale setting file using matlab
Replies: 7
Views: 1333

Question in Editing a xml Scale setting file using matlab

Hi all, I'm trying to edit a xml file using a matlab script and I would like to know how to set the IKTaskSet file within the "Marker Set Placer" In the xml file it is: <MarkerPlacer> <apply>true</apply> <IKTaskSet file="C:\Users\Documents\Scale_Tasks.xml" /> <marker_file>marker.trc</marker_file> <t...
by Maria Isabel Orselli
Wed Oct 23, 2013 9:19 am
Forum: OpenSim
Topic: How to remove joints from a body
Replies: 1
Views: 579

Re: How to remove joints from a body

Hi Leo, I don't know if I understand right your problem, but you can "remove " the joint making it a "WeldJoint": http://simtk-confluence.stanford.edu:8080/display/OpenSim/OpenSim+Models#OpenSimModels-AvailableJointTypes There is this model leg6dof9musc.osim that comes with the newest version of ope...
by Maria Isabel Orselli
Tue Oct 15, 2013 11:52 am
Forum: OpenSim
Topic: Feet in plantar flexion
Replies: 1
Views: 218

Re: Feet in plantar flexion

Hi Ursula,

try to see if your markers are attached to the right segment. I think that the marker on the toe has to be attached to the calcaneus body.

hope it helps,
Bel
by Maria Isabel Orselli
Fri Oct 11, 2013 1:33 pm
Forum: OpenSim
Topic: Changing Lengths of Body Segments Manually
Replies: 4
Views: 846

Re: Changing Lengths of Body Segments Manually

Hi Lauren,

You just have to use the manual scaling in the scale tool (Scale Factor tab)

http://simtk-confluence.stanford.edu:80 ... ling+Works

(If you don't have any marker at the model, the option Adjust model markers has to be unchecked)

hope it helps
Bel
by Maria Isabel Orselli
Fri Oct 11, 2013 12:22 pm
Forum: OpenSim
Topic: Estimating muscle power from static optimization results
Replies: 2
Views: 980

Re: Estimating muscle power from static optimization results

Hi James, thanks I'll work on those options, but i still have a question. I don't know if I understand right, when you say: You do have acouple options here. As StaticOP gives you muscle forces and velocities you could calculate manually. are you refering to the muscles contraction velocitie ? If so...
by Maria Isabel Orselli
Thu Oct 10, 2013 11:56 am
Forum: OpenSim
Topic: Estimating muscle power from static optimization results
Replies: 2
Views: 980

Estimating muscle power from static optimization results

Hi all, I'm trying to estimate muscle power using the results I obtained from a static optimization analysis and I was planning to use muscle analysis in the Analyze Tool. Is there any way to use this with static optimization results? It seems to me that if it was possible, as the Static Optimizatio...