Page 1 of 1

Problems with scripting in matlab 2014b 64 bits

Posted: Wed Sep 16, 2015 1:59 pm
by nikorose
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