Page 1 of 1

Running first function in Matlab

Posted: Wed Apr 05, 2023 12:40 pm
by gpaulon
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!