Greetings,
I have built Simbody and OpenSim for a user on my Linux system. He would like to use Matlab scripting in a Linux environment. Is this possible?
He sent me the link to the Matlab scripting in Windows but I do not see a parallel directory structure (Matlab script files, org-opensim-modeling.jar file) in my Linux install directory.
Thanks,
Ken
Matlab scripting in Linux
- Alex Priamikov
- Posts: 14
- Joined: Fri Jan 11, 2013 9:11 am
Re: Matlab scripting in Linux
Got the same problem. I think developers will soon release matlab scripts for linux platform (it was such a discussion on the forum, that this wrapping will be available in new version).
But currently something that you can really do is to use C++ API. Also it's possible to convert this c++ code to mex function and use it in matlab(for example see Elmar Rueckert model, he provided an example of such code).
Best regards,
Alex
But currently something that you can really do is to use C++ API. Also it's possible to convert this c++ code to mex function and use it in matlab(for example see Elmar Rueckert model, he provided an example of such code).
Best regards,
Alex