Google Colab isn't usable for Matlab-OpenSim simulationsIs it suitable for MATLAB ? If it is, how can I run my script through Google Colab.
Search found 1375 matches
- Sat Dec 05, 2020 3:04 pm
- Forum: OpenSim
- Topic: Google Colab & MATLAB & OpenSim 4.1
- Replies: 1
- Views: 1254
Re: Google Colab & MATLAB & OpenSim 4.1
- Thu Jun 04, 2020 4:48 am
- Forum: OpenSim
- Topic: Scaling Issues
- Replies: 2
- Views: 1328
Re: Scaling Issues
This video may also be useful;
https://www.youtube.com/watch?v=ZG7wzvQC6eU&t=108s
https://www.youtube.com/watch?v=ZG7wzvQC6eU&t=108s
- Mon Feb 24, 2020 7:25 pm
- Forum: OpenSense
- Topic: Theory and Publications
- Replies: 1
- Views: 1351
Re: Theory and Publications
There is no OpenSense paper yet. There are plenty of papers on Pubmed that describe how IMUs compute their own quaternion orientation-- I would suggest doing a literature review there on data fusion of IMUs. OpenSense doesn't compute quaternions-- it uses the available quaternion information from th...
- Mon Feb 24, 2020 7:17 pm
- Forum: OpenSim
- Topic: Rajagopal model length
- Replies: 1
- Views: 1186
Re: Rajagopal model length
Just because the Human Subject was 170cm tall, doesn't mean the model will be. There are differences in tissue thickness at the foot and head alone that could account for the 5cm difference (the subject could have also been wearing shoes). The model also uses some generic Geometry files (torso and h...
- Mon Feb 24, 2020 7:14 pm
- Forum: OpenSim
- Topic: parameter difference 2392 model and scaled model
- Replies: 2
- Views: 1211
Re: parameter difference 2392 model and scaled model
When scaling a model, only the optimal fiber length gets scaled since it is unknown what the other how the other parameters map to the size of the subject. It is up to you to alter the remaining parameters for your subject.
- Wed Dec 18, 2019 11:47 am
- Forum: OpenSim
- Topic: Body::getJoint() method removed from OpenSim 4.0
- Replies: 1
- Views: 1425
Re: Body::getJoint() method removed from OpenSim 4.0
Hi, Alex- Good question. I'll give some context on why getJoint() doesn't exist anymore; prior to 4.0, joints were always contained inside bodies. From 4.0, we moved to a Component architecture and so Bodies and Joints are their own components. Joints have sockets that take Frames, which can be a bo...
- Wed Dec 18, 2019 10:52 am
- Forum: OpenSim
- Topic: Changing muscle insertion point
- Replies: 2
- Views: 1248
Re: Changing muscle insertion point
Yes. You can get the muscles Geometry path, which holds the path points.
- Wed Dec 18, 2019 10:40 am
- Forum: OpenSim
- Topic: RRA fails without any error communicate
- Replies: 2
- Views: 1249
Re: RRA fails without any error communicate
The issue with Excel is that it wants to change the line endings, which are incompatible with OpenSim. You should try editing the file in a text based editor (Notepad++, Atom, Sublime text) since they tend to keep the line endings the same.
- Mon Dec 16, 2019 8:29 am
- Forum: OpenSim
- Topic: Muscle names of a particular group
- Replies: 2
- Views: 1405
Re: Muscle names of a particular group
Groups are managed by the Set(), you can find the methods here;
https://simtk.org/api_docs/opensim/api_ ... _1Set.html
https://simtk.org/api_docs/opensim/api_ ... _1Set.html