Search found 50 matches

by Shivangi Giri
Thu Oct 24, 2019 12:10 am
Forum: OpenSim
Topic: RRA Workflow
Replies: 6
Views: 1138

Re: RRA Workflow

Thank you for your reply. I am analyzing ground level running for a healthy adult. Yes, I change mass of each segment after each RRA iteration. Also, I have put weights on tasks I want to track closely and have gone through the RRA troubleshooting and best practices, but all in vain. The optimal for...
by Shivangi Giri
Wed Oct 23, 2019 4:56 am
Forum: OpenSim
Topic: RRA Workflow
Replies: 6
Views: 1138

Re: RRA Workflow

Hello Vishal, I have been trying to understand working of RRA and how to optimize the weights to reduce residuals. So far I have not had much luck. I went through your post and thought you might have gotten a better understanding of RRA now. After running RRA for several iterations the pelvic moment...
by Shivangi Giri
Thu Sep 19, 2019 3:54 am
Forum: Matlab MOtion data elaboration TOolbox for NeuroMusculoSkeletal apps (MOtoNMS)
Topic: EMGLabels file
Replies: 1
Views: 385

Re: EMGLabels file

Hello Julian, Need help in running MOtoNMS tool. The issue is that C3D2Mat.m does not read all EMG data into AnalogData.mat file because of which elaborationInterface.m throws error saying "Improper assignment with rectangular empty matrix. Error in elaborationFileCreation (line 511) EMGLabelsIndex(...
by Shivangi Giri
Mon Mar 25, 2019 3:51 am
Forum: OpenSim
Topic: Extracting TRC from static trial
Replies: 1
Views: 128

Extracting TRC from static trial

Hello, I am trying to extract TRC data from a static trial that does not have force data, using the matlab code "osimC3D.m". But it seems in order to run this code successfully, data from force plate should also be present. Can anyone here help me or suggest a way to extract TRC data from C3D files ...
by Shivangi Giri
Sat Aug 04, 2018 3:27 am
Forum: OpenSim
Topic: Scaling Scapulothoracic Joint Model
Replies: 2
Views: 261

Re: Scaling Scapulothoracic Joint Model

Hello Tom, Thank you for your reply. There are few things I do not understand which needs to be done after scaling the model. For instance, in the paper by Ajay et al it say "The remaining parameters were determined by minimizing the squared errors between model and subject marker locations from nin...
by Shivangi Giri
Thu Aug 02, 2018 12:10 pm
Forum: OpenSim
Topic: Scaling Scapulothoracic Joint Model
Replies: 2
Views: 261

Scaling Scapulothoracic Joint Model

Hello, I am trying to scale Scapulothoracic Joint model but after scaling the scapula seems to go part into the ribs. Has anyone here any idea why that might be happening? Also if anyone has got it successfully done can you please sharing the scaling factors, so that I may get the idea. Sorry but I ...
by Shivangi Giri
Wed May 30, 2018 1:11 am
Forum: Developing a fatigable muscle model
Topic: Developing a fatigable muscle model Public Forum
Replies: 2
Views: 437

Re: Developing a fatigable muscle model Public Forum

Hi,
I was wondering whether I can incorporate fatigue using MATLAB into OpenSim models. I understand I can do this through C++ but I wanted to try it on MATLAB because I am not that efficient at C++.
Any suggestions would be greatly appreciated.

Regards,
Shivangi
by Shivangi Giri
Sun May 27, 2018 11:52 pm
Forum: OpenSim
Topic: Developing Fatigable Muscle Code in MATLAB
Replies: 5
Views: 396

Re: Developing Fatigable Muscle Code in MATLAB

OK. Got it. Thank you James.

Regards,
Shivangi
by Shivangi Giri
Sun May 27, 2018 1:37 pm
Forum: OpenSim
Topic: Developing Fatigable Muscle Code in MATLAB
Replies: 5
Views: 396

Re: Developing Fatigable Muscle Code in MATLAB

Thank you Thomas for your suggestions.
But can I achieve this directly with MATLAB, without creating a plugin?

Regards,
Shivangi
by Shivangi Giri
Wed May 23, 2018 11:01 am
Forum: OpenSim
Topic: Developing Fatigable Muscle Code in MATLAB
Replies: 5
Views: 396

Developing Fatigable Muscle Code in MATLAB

Hi, I wanted to add fatigue to muscles using Fatigable Muscle class through a MATLAB code. When I try to access the FatigableMuscle() in MATLAB, it throws an error saying no such class found. I suspect this is due to MATLAB's limited access to OpenSim's library. Has anyone here tried to incorporate ...