Problem with Function ()
Posted: Mon Jul 14, 2014 9:03 am
Dear All
I would like to create new model using matlab. I tried to create Custom Joint, but I can't define Transform function because every time I get information:
No constructor 'org.opensim.modeling.Function' with matching signature found.
Here is part of my code:
...
tr = TransformAxis();
tr.setAxis(Vec3(0,0,1));
tr.setCoordinateNames(ArrayStr('rotation1'));
my_function = Function();
No constructor 'org.opensim.modeling.Function' with matching signature found.
I use 64 bit system, with 64 bit matlab and OpenSim. Do you have any idea why it doesn't work?
I would like to create new model using matlab. I tried to create Custom Joint, but I can't define Transform function because every time I get information:
No constructor 'org.opensim.modeling.Function' with matching signature found.
Here is part of my code:
...
tr = TransformAxis();
tr.setAxis(Vec3(0,0,1));
tr.setCoordinateNames(ArrayStr('rotation1'));
my_function = Function();
No constructor 'org.opensim.modeling.Function' with matching signature found.
I use 64 bit system, with 64 bit matlab and OpenSim. Do you have any idea why it doesn't work?