Search found 44 matches
- Thu Dec 06, 2018 9:05 pm
- Forum: OpenSim
- Topic: Changing manual scaling factors using MATLAB API
- Replies: 2
- Views: 736
Re: Changing manual scaling factors using MATLAB API
I could successfully change scaling factors according to your advice. Thank you!
- Wed Dec 05, 2018 11:18 pm
- Forum: OpenSim
- Topic: Changing manual scaling factors using MATLAB API
- Replies: 2
- Views: 736
Changing manual scaling factors using MATLAB API
Hello, I would be grateful if someone could tell me how to change manual scale factors using MATLAB and OpenSim 4.0. I would like to systematically change manual scaling factors defined in a ScaleTool object (below is the corresponding part in an .xml file) to generate models with different knee hei...
- Tue Jul 24, 2018 9:45 pm
- Forum: OpenSim
- Topic: parameter modification method by assemble()
- Replies: 2
- Views: 457
Re: parameter modification method by assemble()
Thank you for your explanation and providing me with the latest documentation.
After scanning the Simbody theory manual, I found some useful information in the section 10.
--
I found more detailed information on the optimizer defined in Assembler.cpp at https://github.com/simbody
After scanning the Simbody theory manual, I found some useful information in the section 10.
--
I found more detailed information on the optimizer defined in Assembler.cpp at https://github.com/simbody
- Tue Jul 24, 2018 3:07 am
- Forum: OpenSim
- Topic: parameter modification method by assemble()
- Replies: 2
- Views: 457
parameter modification method by assemble()
Hello, I would like to know how state variables are modified in the assemble () function. As far as I can see from the Documentation and Assembler.h (https://simtk.org/api_docs/simbody/3.5/classSimTK_1_1Assembler.html), the specific mathematical method other than the cost function is not described. ...
- Sun Jul 15, 2018 5:11 am
- Forum: Matlab-Opensim Interfaces
- Topic: osimJavaJNI.dll cannnot be loaded
- Replies: 2
- Views: 1302
Re: osimJavaJNI.dll cannnot be loaded
As you supposed, this problem was caused by the incorrect definition of the path.
I deeply apologize my missing your reply.
I deeply apologize my missing your reply.
- Tue Jun 26, 2018 10:18 pm
- Forum: OpenSim
- Topic: Pose estimation for a closed model
- Replies: 2
- Views: 881
Re: Pose estimation for a closed model
Yes, the coordinates are dependent in my model. I could verify the crank angle was set to the specified one by adding the third argument of Coordinate::setValue() method as you adviced, though I should keep an eye on other coordinates. Your advice gave me a better understanding of the assembler. Tha...
- Thu Jun 21, 2018 7:48 pm
- Forum: OpenSim
- Topic: Pose estimation for a closed model
- Replies: 2
- Views: 881
Pose estimation for a closed model
Hi, For my self-learning, I am trying to perform forward kinematic analysis using a simple cycling model recently uploaded on the web. My first goal is to get the trajectries of hip and knee angles during a pedaling cycle (0 to360 degrees) by scripting (with GUI or MATLAB). The system has more than ...
- Sun Mar 01, 2015 5:10 pm
- Forum: OpenSim
- Topic: Irregular time step in RRA output
- Replies: 2
- Views: 650
Re: Irregular time step in RRA output
Thank you for the reply. Then I will check if there's any problem about the tracking accuracy just in case.
Best regards,
Yusuke Okita
Best regards,
Yusuke Okita
- Thu Feb 26, 2015 6:14 am
- Forum: OpenSim
- Topic: Irregular time step in RRA output
- Replies: 2
- Views: 650
Irregular time step in RRA output
Hello, I thought the time step during RRA is constant (typically 0.001). However, I incidentally found an RRA output where time step were not constant during the analysis: time ... 0.48 0.4808624 0.481 0.4818624 0.482 0.4828624 0.483 0.4838624 0.484 0.485 ... I would be grateful if someone could tel...
- Sun Feb 15, 2015 11:27 pm
- Forum: OpenSim
- Topic: CSV files to TRC
- Replies: 8
- Views: 2574
Re: CSV files to TRC
Hello Yann, Did you try to convert .csv to .trc manually? Compared with converting kinetic data to a .mot file, marker trajectories would be easier to manipulate. If you do this kind of work many times. writing a script (e.g. MATLAB) for converting files can be considered. You might find Lee-son too...