Search found 3 matches

by Akito Fukunishi
Tue May 21, 2024 9:05 am
Forum: SCONE
Topic: failure to find sconepy modules in python
Replies: 7
Views: 694

Re: failure to find sconepy modules in python

Thank you for fast reply.
The reason why I could not import the module is certainly the location of SCONE folder.
Following your suggestion, adding the path to the SCONE\bin manually by modifying the code of sconetools.py works!
by Akito Fukunishi
Sat May 18, 2024 4:08 pm
Forum: SCONE
Topic: failure to find sconepy modules in python
Replies: 7
Views: 694

failure to find sconepy modules in python

Hello, I try to use SconePy libraries to utilize the Scone engine with Python. However, I could not compile any of the Python codes of the Scone project (e.g., sconegym, depRL, and even sconepy_example.py) just because the prompt could not find the sconepy modules (the error message is "ModuleNotFou...
by Akito Fukunishi
Sun Dec 19, 2021 10:14 am
Forum: OpenSim
Topic: Integral command problem in Matlab scripting
Replies: 0
Views: 228

Integral command problem in Matlab scripting

Hello, I am attempting to get some variable values of muscle dynamics of "MoBL ARMS UPPER LIMB MODEL" with Matlab. This OpenSim model adopts "Schutte1993Muscle_Depreciated" as the muscle dynamics model. Therefore, I used a command "Manager. integrate(time)" for integral and some variable value acqui...