Hi!
Is it possible to provide a tutorial video about how to use the files and run the example?!
Search found 11 matches
- Fri Feb 17, 2017 1:42 am
- Forum: Extendable OpenSim-Matlab Interface Using Class Oriented Mex Interface for C++
- Topic: a tutorial video request
- Replies: 9
- Views: 1960
- Sun Dec 04, 2016 12:15 am
- Forum: Matlab-Opensim Interfaces
- Topic: How to use?!
- Replies: 0
- Views: 850
How to use?!
i tried to find any documentation about "How to use" this codes!
but i couldn't to find any thing!
is there any documentation about these codes?
is it possible to apply feedback control on this model real-time on Matlab?
thanks
but i couldn't to find any thing!
is there any documentation about these codes?
is it possible to apply feedback control on this model real-time on Matlab?
thanks
- Sun Nov 20, 2016 10:34 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Hi, Thanks for answers. I apologize for my bad English!!! i could to solve the problem of dlls, but just two remains: gpsvc.dll & IEShims.dll when i use Dependency Walker it gives me "Missing module" error. but this dlls are in this folder "C:\Windows\System32"; this directory is used for other dlls...
- Wed Nov 16, 2016 7:11 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
No that warning isn't a problem.
please see the attached image!
That's results of Dependency Walker.
where can i download opensim 2.4 version?
Thank you so much.
please see the attached image!
That's results of Dependency Walker.
where can i download opensim 2.4 version?
Thank you so much.
- Wed Nov 16, 2016 6:37 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Thank you so much Stanev.
my configure:
1- visual studio 2008 sp1
2- opensim 1.9.1
3-Microsoft Windows SDK: v6.0A
path seems be true!
nobody (of developers) answerd to me completely.
any more suggestions please?
where can i download 2.4 version?
my configure:
1- visual studio 2008 sp1
2- opensim 1.9.1
3-Microsoft Windows SDK: v6.0A
path seems be true!
nobody (of developers) answerd to me completely.
any more suggestions please?
where can i download 2.4 version?
- Wed Nov 16, 2016 12:33 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Finally i tried to debug code, and i found the "Matlab.exe has triggered a breakponit" occurs in this line of "OpenSimSFunction.cpp" code (Line:1261):
but i don't know how to solve the problem.
please help me to solve it.
Thank you so much
Code: Select all
model->getStateNames(stateNames);
please help me to solve it.
Thank you so much
- Tue Nov 15, 2016 11:16 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Hi again! I had a bit of progress. Other systems have used and I changed several assumptions. In this case, the following text appears in the command window: MATLAB desktop keyboard shortcuts, such as Ctrl+S, are now customizable. In addition, many keyboard shortcuts have changed for improved consis...
- Tue Nov 15, 2016 4:31 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Hi Stanev. I explain my works here: 1- firstly i joined to this project: https://simtk.org/projects/opensim-matlab 2- I downloaded the project files (by svn method) that consists these folders: "Download Opensim", "Interface_OpenSim_v1.9.1" and "Interface_OpenSim_v2.3.1". then i copied to another di...
- Mon Nov 14, 2016 12:06 pm
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
i need your help yet.
please help me if you have any suggestion.
Thank you very much.
please help me if you have any suggestion.
Thank you very much.
- Sun Nov 13, 2016 12:20 am
- Forum: OpenSim
- Topic: Access violation
- Replies: 14
- Views: 3054
Re: Access violation
Probably, the the .mex that you are running and which was compiled have a runtime errors. The best way to check this is to first run it in the c++ environment. Moreover, make sure to read the instructions better, maybe this project requires some particular version of OpenSim. Hi, thanks for answer....