Matlab configuration

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Aoife Ryan
Posts: 10
Joined: Tue Sep 24, 2019 3:23 am

Matlab configuration

Post by Aoife Ryan » Wed Oct 09, 2019 8:54 am

I have downloaded OpenSim 4.0 on a Mac and am trying to configure Matlab. The OpenSim guide instructs me to run a file in the location C:/Users/<username>/Documents/OpenSim/4.0/Code/Matlab.

This is not a location for me when I download OpenSim, instead the folder is found at:

/Applications/OpenSim 4.0/OpenSim 4.0.app/Contents/Resources/OpenSim/sdk/Python

There is a python folder (as in filepath above) with tools to configure python in it, but no Matlab folder.

I have tried to run import org.opensim.modeling.* directly, however still this does not recognise the OpenSim functions.

For example when I run : model = Model(), I get the error:
Undefined function or variable 'Model'.

Do you have any advice on how I might configure Matlab to work with Opensim?

Tags:

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Matlab configuration

Post by jimmy d » Mon Nov 04, 2019 9:51 pm

The OpenSim guide instructs me to run a ... de/Matlab.
What file? configureOpenSim.m? Did you follow the instructions found here?

POST REPLY