interface with Matlab

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Yixuan Sheng
Posts: 3
Joined: Sat Jun 16, 2018 1:37 am

interface with Matlab

Post by Yixuan Sheng » Thu Apr 18, 2019 4:39 am

Hello,

I am trying to learn how to interface Opensim with Matlab from the project https://simtk.org/projects/opensimmatlab/.

When I compile c++ file in Matlab, I got four errors:
pic.PNG
pic.PNG (9.44 KiB) Viewed 159 times
How to fix these? Thank you.

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: interface with Matlab

Post by Dimitar Stanev » Thu Apr 18, 2019 10:53 am

This code has been developed for OpenSim v3.3 and it will not work as it is with v4.0. Some function in OpenSim v3.3 were renamed in v4.0. If you find the corresponding functions in the code might run with the new version.

POST REPLY