Run Opensim in Matlab or Python

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Wan Zihao
Posts: 5
Joined: Sun Jul 12, 2020 1:57 am

Run Opensim in Matlab or Python

Post by Wan Zihao » Mon Nov 23, 2020 1:37 am

Hello! :)
I have seen Opensim API introduction for C++ developers, but I want some instruction in Matlab or python.
I found some examples, they are very useful, but I want to know about all the functions and what can they do.
Where can I find them?

Thanks!

Tags:

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

Re: Run Opensim in Matlab or Python

Post by Thomas Uchida » Mon Nov 23, 2020 8:04 am

I want to know about all the functions and what can they do. Where can I find them?
Here are some direct links to relevant pages in the Confluence documentation:
- "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
Here is the API (doxygen) documentation: https://simtk.org/api_docs/opensim/api_docs/.

POST REPLY