Search found 47 matches

by hamed kouchebaghi
Sat Mar 14, 2020 12:49 pm
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 8
Views: 580

Re: OpenSim/Matlab interfacing

Creating a model from a file, is not supposed to visualize the model Best regards, -Ayman Hello, thanks for your help, I checked the developers' guide, but I'm a beginner yet. through this https://github.com/opensim-org/opensim-core I found the following code %% Import Java libraries import org.ope...
by hamed kouchebaghi
Thu Mar 12, 2020 3:29 pm
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 8
Views: 580

Re: OpenSim/Matlab interfacing

Cannot open file arm26.osim. It may not exist or you do not have permission to read it. This error means that the file cannot be opened. It may not exist (perhaps you don't have the model on your hard drive; see https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=91&t=11565 ). If it is on your har...
by hamed kouchebaghi
Thu Mar 12, 2020 2:47 pm
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 8
Views: 580

Re: OpenSim/Matlab interfacing

now I have difficulty in loading the Arm26 model. Here is the code: import org.opensim.modeling.* myModel = Model('arm26.osim'); You will need to have set up your Matlab scripting environment (see the "Setting up your Matlab Scripting Environment" here: https://simtk-confluence.stanford.edu/display...
by hamed kouchebaghi
Sun Mar 08, 2020 1:08 am
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 8
Views: 580

Re: OpenSim/Matlab interfacing

Hello,

Many thanks in advance for your attention.
Actually I have done the steps in the link you aforementioned.
But now I have difficulty in loading the Arm26 model. I was trying to find an instruction or an example that could explain.

Best,
Hamed
by hamed kouchebaghi
Sat Mar 07, 2020 12:50 pm
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 8
Views: 580

OpenSim/Matlab interfacing

Hello
How can I load "Arm26" model in MATLAB?


Can you help me with this?
Best Regards.
Hamed
by hamed kouchebaghi
Thu Jan 23, 2020 12:02 am
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 2
Views: 254

Re: OpenSim/Matlab interfacing

hello
Thank you so much for your answer, I will check it .

best regards
by hamed kouchebaghi
Tue Jan 21, 2020 6:08 am
Forum: OpenSim
Topic: OpenSim/Matlab interfacing
Replies: 2
Views: 254

OpenSim/Matlab interfacing

hello I'm a master student in biomedical and recently working on my thesis on an OpenSim/Matlab related project. In my project I want to control a model movement using Matlab and get feedback from OpenSim to Matlab in a closed loop. Actually I have created the OpenSim/Matlab environment using the f...