Page 1 of 1

Need help with neck flexion simulation

Posted: Wed Oct 03, 2018 12:47 am
by srikalak
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.

Re: Need help with neck flexion simulation

Posted: Wed Oct 03, 2018 6:40 am
by tkuchida
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.