Visualizer in Matlab

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
jiekai er
Posts: 2
Joined: Wed Dec 03, 2014 9:31 pm

Visualizer in Matlab

Post by jiekai er » Wed Dec 17, 2014 12:22 am

Hi,

I am new to OpenSim so please be patient with me.
I am trying to access SimTK Visualizer Class functions inside matlab like setShowSimTime.

What i have tried:
viz=osimModel.updVisualizer().updSimbodyVisualizer();
viz=osimModel.updVisualizer().updInputSilo;
viz=osimModel.getVisualizer();

none of them have the setShowSimTime function inside. Is this function not in matlab? Thank you.

POST REPLY