Error using IDAnalysis in Matlab

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mojtaba Safari
Posts: 12
Joined: Wed Oct 10, 2018 11:11 am

Error using IDAnalysis in Matlab

Post by Mojtaba Safari » Mon Mar 15, 2021 12:23 am

Hello,
When I run Invers dynamic in Matlab, the below error is occurs:

"Error using IDAnalysis (line 28)
Java exception occurred:
java.io.IOException: InverseDynamicsTool Failed, please see messages window for details...

at org.opensim.modelinNativeg.opensimModelJNI.InverseDynamicsTool_run( Method)

at org.opensim.modeling.InverseDynamicsTool.run(InverseDynamicsTool.java:117)"

How can I fix the error, please guide me on this point.

Regards

Tags:

User avatar
Thomas Uchida
Posts: 1790
Joined: Wed May 16, 2012 11:40 am

Re: Error using IDAnalysis in Matlab

Post by Thomas Uchida » Mon Mar 15, 2021 1:28 pm

InverseDynamicsTool Failed, please see messages window for details...
Were there any details in the Messages window? You could also look for ideas in the "Best Practices and Troubleshooting" section at the bottom of the "Getting Started with Inverse Dynamics" page in the documentation (https://simtk-confluence.stanford.edu:8 ... e+Dynamics).

User avatar
Mojtaba Safari
Posts: 12
Joined: Wed Oct 10, 2018 11:11 am

Re: Error using IDAnalysis in Matlab

Post by Mojtaba Safari » Tue Mar 23, 2021 9:25 am

I'm running these code:
https://simtk.org/projects/stab-so

and use OpenSim 3.3 64bit & Matlab R2019b, also every thing like environment setting and Matlab-OpenSim configuration is OK, but with default setting I get the following error:

Image

I have not found any troubleshooting about above error on :
https://simtk-confluence.stanford.edu/d ... ith+Matlab

why does java exception occur? OpenSim 3.3 can not read/write STO file format?
what is wrong, Please guide me on this point

Thanks in advance

POST REPLY