Problems with scripting in matlab 2014b 64 bits

Provides tools for using different aspects of Opensim within the Matlab environment, including command line pipelines as well as accessing the Opensim API directly.
POST REPLY
User avatar
Edwin Prieto
Posts: 9
Joined: Wed Jun 26, 2013 6:09 pm

Problems with scripting in matlab 2014b 64 bits

Post by Edwin Prieto » Wed Sep 16, 2015 1:59 pm

Hi,
I'm working with linux (specifically ubuntu 14.04). I installed Opensim 4.0 - 64bits with simbody 3.6. In addition, I checked Java wrapping to work with Matlab 2014b 64 bits. Everything was fine until the moment to fix matlab with opensim. When I ran the configure file an error showed the next message: "Matlab version is 32 bit while OpenSim is 64 bit. Please install OpenSim 32bit", but checking versions both are 64-bit platforms.

Later I configured manually the libraries but I seemed that It didn't work well. When I put import org.opensim.modeling.* no errors showed, but when I was runing an example the next message appeared: Undefined function or variable 'Model'. After that I configured that function as global, and again another error showed: Undefined function 'Model' for input arguments of type 'char'.

I don't know which is the error. I would appreciate your help!
Regards

POST REPLY