Matlab (Octave) wrapper on Linux compiles

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Sebastian Krapf
Posts: 8
Joined: Thu Oct 25, 2012 6:09 am

Matlab (Octave) wrapper on Linux compiles

Post by Sebastian Krapf » Wed Sep 18, 2013 5:49 am

Hi there,

I have a question about the Matlab / Octave API interface for OpenSim. Is it possible to compile and use the java wrapper for Matlab together with the API (from source) on a Linux machine? Has anybody tried or has anybody an idea? Is the source code of the wrapper available? I would really like to be able to use the OpenSim API in Octave on Linux.

Regards

Sebastian
debian 7.0 wheezy
gcc version 4.7.2 (Debian 4.7.2-5)
liblapack-dev 3.4.1-6

User avatar
Ayman Habib
Posts: 2235
Joined: Fri Apr 01, 2005 12:24 pm

Re: Matlab (Octave) wrapper on Linux compiles

Post by Ayman Habib » Thu Sep 19, 2013 3:28 pm

Hi Sebastian,

The source distribution does not include the files necessary to run SWIG or generate/compile the Java wrapping of the API. This's mainly due to the fact that some parts of this operation are not completely automated yet, and that specific versions of SWIG and Java need to be used. We're working on refactoring the wrapping process so that Java wrappers can be created using distributed source files, and should have that available for the next release.

Best regards,
-Ayman

POST REPLY