Page 1 of 1

Error using IDAnalysis in Matlab

Posted: Mon Mar 15, 2021 12:23 am
by m.safri
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

Re: Error using IDAnalysis in Matlab

Posted: Mon Mar 15, 2021 1:28 pm
by tkuchida
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).

Re: Error using IDAnalysis in Matlab

Posted: Tue Mar 23, 2021 9:25 am
by m.safri
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