Instantiating ControlSetController in Matlab
Posted: Fri Mar 10, 2023 4:43 am
Hey community,
I am trying to instantiate a ControlSetController() object using Matlab 2020b and Opensim 4.2
I imported the library using: import org.opensim.modeling.*
For example, setting up a new model works: model = Model(). Other API calls work as well.
When instantiating a ControlSetController() object, however, I am getting the Matlab error: Unrecognized function or variable 'ControlSetController'. I looked up the class in the documentation: https://opensim-org.github.io/opensim-m ... oller.html. Therefore, I am certain, that the class should exist. I am using the following code line:
myController = ControlSetController()
Any idea what I am doing wrong?
Thanks in advance!
Best, Benedict
I am trying to instantiate a ControlSetController() object using Matlab 2020b and Opensim 4.2
I imported the library using: import org.opensim.modeling.*
For example, setting up a new model works: model = Model(). Other API calls work as well.
When instantiating a ControlSetController() object, however, I am getting the Matlab error: Unrecognized function or variable 'ControlSetController'. I looked up the class in the documentation: https://opensim-org.github.io/opensim-m ... oller.html. Therefore, I am certain, that the class should exist. I am using the following code line:
myController = ControlSetController()
Any idea what I am doing wrong?
Thanks in advance!
Best, Benedict