Hi all,
I'm trying to define a new muscle model which is based on Millard2012EquilibriumMuscle. I follow the description in the tutorial which very helpful:
https://simtk-confluence.stanford.edu:8 ... scle+Model
Once I've implemented the model, how should I include it into OpenSim? and also how to bring it in MATLAb code, so I can interact with it too?
Is there any guideline or tutorial about how to build and import a new custom model?
Thanks in a advance.
Soheil
Custom Muscle Model Implementation
- Thomas Uchida
- Posts: 1792
- Joined: Wed May 16, 2012 11:40 am
Re: Custom Muscle Model Implementation
You can build new components into plugins. Please see the following pages in the documentation:Once I've implemented the model, how should I include it into OpenSim? and also how to bring it in MATLAb code, so I can interact with it too?
- "Creating Plugins", https://simtk-confluence.stanford.edu:8 ... ng+Plugins
- "Using Plugins", https://simtk-confluence.stanford.edu:8 ... ng+Plugins