Search found 1 match

by nadia Khlail
Sun Apr 23, 2023 4:55 pm
Forum: OpenSim
Topic: Problem with Matlab API
Replies: 1
Views: 245

Problem with Matlab API

i'm trying to connect opensim and Matlab, during scripting of Matlab i receive an error in this field '' Using a model's "Lists" through iterators'' for example, i write this code: >> model = Model("Tug_of_War.osim") bodyList = model.getBodyList(); % Get the Model's BodyList iter = bodyList.begin();...