Hi,
I have been trying to implement this function
Coordinate::setPrescribedFunction(const OpenSim::Function& function)
in my model code, but I'm not quite sure on how to do it. Can I get some help me on this?
Joana
Coordinate::setPrescribedFunction(const OpenSim::Function& f
- joana baptista
- Posts: 21
- Joined: Fri Apr 01, 2011 4:52 am
- Glen Lichtwark
- Posts: 30
- Joined: Mon Nov 19, 2007 10:02 pm
Re: Coordinate::setPrescribedFunction(const OpenSim::Functio
This won't be able to be performed through the Matlab interface, because the function input (Opensim::Function) is not in a known data type for Matlab. If you want to implement this type of higher level function, you will have to use C++.