Search found 7 matches
- Wed Jul 27, 2011 8:05 am
- Forum: OpenSim
- Topic: About ControlLinearNode
- Replies: 2
- Views: 379
RE: About ControlLinearNode
<t>Thank you, Ayman.<br/> I misunderstood the usage of this class.<br/> <br/> My purpose is to create a series of control nodes, and let the algorithm to search for a new sets of nodes which could minimize the value of objective function.<br/> <br/> I have to look for other ways to implement codes w...
- Sat Jul 23, 2011 3:11 am
- Forum: OpenSim
- Topic: About ControlLinearNode
- Replies: 2
- Views: 379
About ControlLinearNode
<t>Hi all<br/> <br/> What are the differences of these two constructor under ControlLinearNode class?<br/> <br/> 1.ControlLinearNode (double aT=0.0, double aValue=0.0)<br/> 2.ControlLinearNode (const ControlLinearNode &aNode)<br/> <br/> I've tried both of them. For the first one, I splitted the ...
- Sat Mar 19, 2011 7:41 am
- Forum: The Musculoskeletal Modeler's Kitchen
- Topic: Model Validation
- Replies: 2
- Views: 1277
RE: Model Validation
Thank you, Edith.
These informations are really helpful, clarifying the doubt about tweaking Fmax.
Shiuan-Lin
These informations are really helpful, clarifying the doubt about tweaking Fmax.
Shiuan-Lin
- Sun Mar 13, 2011 2:29 pm
- Forum: OpenSim
- Topic: API question: optimal control
- Replies: 1
- Views: 236
API question: optimal control
<r>Hi all<br/> I encountered troubles while trying to use API to conduct an optimal control problem.<br/> <br/> API codes were implemented in order to find a set of muscle activation which could produce maximal linear velocity of foot segment.<br/> <br/> The initial and final muscle activations of l...
- Tue Mar 08, 2011 2:41 pm
- Forum: The Musculoskeletal Modeler's Kitchen
- Topic: Model Validation
- Replies: 2
- Views: 1277
Model Validation
<t>Hi all<br/> <br/> I'm curious about the validation of OpenSim musculoskeletal models.<br/> <br/> Is it necessary to acquire subjects' joint moment data with dynamometer? <br/> <br/> or alternatively, after <br/> 1.the segmental parameters being scaled, <br/> 2.residuals reduced, <br/> 3.the reser...
- Fri Feb 18, 2011 8:10 pm
- Forum: OpenSim
- Topic: prescribed dof in forward dynamics
- Replies: 7
- Views: 1371
RE: prescribed dof in forward dynamics
Thank you, Ayman. It works.
I copied the cubic spline function used in .osim,
and pasted experimental values as <y> values.
It works!
I really appreciate your help.
I copied the cubic spline function used in .osim,
and pasted experimental values as <y> values.
It works!
I really appreciate your help.
- Wed Feb 16, 2011 8:32 pm
- Forum: OpenSim
- Topic: prescribed dof in forward dynamics
- Replies: 7
- Views: 1371
RE: prescribed dof in forward dynamics
<t>Hi Ayman<br/> <br/> Would you please show me how to specify the <prescribed_function> in .osim file?<br/> <br/> I tried to input something like:<br/> <prescribed_function>q= 15.526*t^2 + 2.8708*t - 0.2104</prescribed_function><br/> <br/> But it didn't work. Besides this, is there any tag that sho...