Running first function in Matlab

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Gustavo Marin Paulon
Posts: 6
Joined: Wed Sep 28, 2022 2:30 pm

Running first function in Matlab

Post by Gustavo Marin Paulon » Wed Apr 05, 2023 12:40 pm

Hello Everyone!

I am facing a problem with OpenSim 4.4.
I have ran the script configureOpenSim.m in order to configure OpenSim to run in MATLAB.

Unfortunately, MATLAB gives me the following error when I run the function org.opensim.modeling.Model():
Java exception occurred:
java.lang.UnsatisfiedLinkError: org.opensim.modeling.opensimSimulationJNI.new_Model__SWIG_0()J

at org.opensim.modeling.opensimSimulationJNI.new_Model__SWIG_0(Native Method)

at org.opensim.modeling.Model.<init>(Model.java:804)

It is worth to mention that the folder C:\OpenSim4.4\bin was in the PATH variable.

Please, would someone be able to help me?

Thanks in advance!

Tags:

POST REPLY