Search found 5 matches
- Mon Sep 13, 2021 1:00 am
- Forum: OpenSim
- Topic: Error while implementing CoordinateCouplerConstraint in Matlab
- Replies: 1
- Views: 179
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...
- Sun Sep 12, 2021 11:01 pm
- Forum: OpenSim
- Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
- Replies: 3
- Views: 249
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.
- Sun Sep 12, 2021 9:14 pm
- Forum: OpenSim
- Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
- Replies: 3
- Views: 249
Re: CoordinateCouplerConstraint function that can be added to model using Matlab
Thank you Ayman. I tried your method and it worked perfect.
- Wed Sep 08, 2021 3:28 am
- Forum: OpenSim
- Topic: CoordinateCouplerConstraint function that can be added to model using Matlab
- Replies: 3
- Views: 249
CoordinateCouplerConstraint function that can be added to model using Matlab
How can we implement CoordinateCouplerConstraint between two bodies in a model using Matlab?
- Tue Sep 07, 2021 9:44 pm
- Forum: OpenSim
- Topic: Adding Custom Joint in Matlab
- Replies: 1
- Views: 275
Adding Custom Joint in Matlab
What is the matlab code to add CustomJoint? I am facing trouble in adding the spatial Transform part. Thanks.