Need help with neck flexion simulation

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Sarat Srikala Kondamudi
Posts: 2
Joined: Wed Aug 15, 2018 5:40 pm

Need help with neck flexion simulation

Post by Sarat Srikala Kondamudi » Wed Oct 03, 2018 12:47 am

Hello! I need to simulate basic neck flexion. I have required basic knowledge of C++ and I'm planning to model in C++ but I'm not really sure how to go about it. Can someone please be kind enough to explain all the steps in scripting? Is Python or Matlab easier than C++?

I'm presently concentrating on a 4 bones and 2 muscles.

Tags:

User avatar
Thomas Uchida
Posts: 1793
Joined: Wed May 16, 2012 11:40 am

Re: Need help with neck flexion simulation

Post by Thomas Uchida » Wed Oct 03, 2018 6:40 am

Can someone please be kind enough to explain all the steps in scripting?
You may wish to consult the relevant pages in the User's Guide first:
- "Scripting": https://simtk-confluence.stanford.edu/d ... /Scripting
- "Common Scripting Commands": https://simtk-confluence.stanford.edu/d ... g+Commands
- "Scripting with Matlab": https://simtk-confluence.stanford.edu/d ... ith+Matlab
- "Scripting in Python": https://simtk-confluence.stanford.edu/d ... +in+Python
Also see the example scripts mentioned on those pages.

POST REPLY