Search found 5 matches

by K Sivaprasad
Mon Sep 13, 2021 1:00 am
Forum: OpenSim
Topic: Error while implementing CoordinateCouplerConstraint in Matlab
Replies: 1
Views: 167

Error while implementing CoordinateCouplerConstraint in Matlab

While implementing setIndependentCoordinateName() in Matlab, I am encountered with some errors, mainly due to the error in format of implementation. Code Snipet: ------ tri = CoordinateCouplerConstraint(); tri.setDependentCoordinateName('knee_angle_r'); tri.setIndependentCoordinateNames('shk_r'); Er...
by K Sivaprasad
Sun Sep 12, 2021 11:01 pm
Forum: OpenSim
Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
Replies: 3
Views: 228

Re: CoordinateCouplerConstraint function that can be added to model using Matlab

Following up on the doubt, how can we add IndependentCoordinateNames in matlab? What is the function they are asking for? Can you please clarify this for me. Thanks.
by K Sivaprasad
Sun Sep 12, 2021 9:14 pm
Forum: OpenSim
Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
Replies: 3
Views: 228

Re: CoordinateCouplerConstraint function that can be added to model using Matlab

Thank you Ayman. I tried your method and it worked perfect.
by K Sivaprasad
Wed Sep 08, 2021 3:28 am
Forum: OpenSim
Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
Replies: 3
Views: 228

CoordinateCouplerConstraint function that can be added to model using Matlab

How can we implement CoordinateCouplerConstraint between two bodies in a model using Matlab?
by K Sivaprasad
Tue Sep 07, 2021 9:44 pm
Forum: OpenSim
Topic: Adding Custom Joint in Matlab
Replies: 1
Views: 252

Adding Custom Joint in Matlab

What is the matlab code to add CustomJoint? I am facing trouble in adding the spatial Transform part. Thanks.