Search found 5 matches

by Ismail Raslan
Mon Feb 14, 2022 12:14 pm
Forum: OpenSim
Topic: How to feed in neural controls (or torque) to a model in MATLAB
Replies: 1
Views: 257

How to feed in neural controls (or torque) to a model in MATLAB

Hi,

I would like to feed in neural excitations I define (in a vector or other structure) to a model in MATLAB. I would also like to later on feed on joint torques to the model (both in a forward process sense).

Would you please assist me?

Best,
Ismail
by Ismail Raslan
Mon Apr 19, 2021 6:31 pm
Forum: OpenSim
Topic: how do you extract "double" data from a TimeSeriesTable
Replies: 2
Views: 199

how do you extract "double" data from a TimeSeriesTable

Hello,

I have a TimeSeriesTable with 7 columns including time & the coordinates i chose to record. I was wondering how it is possible to access these coordinate values displayed in the TimeSeriesTable as vectors of type "double".

Any assistance?
by Ismail Raslan
Mon Apr 19, 2021 4:45 pm
Forum: OpenSim
Topic: How do I use TableReporter with a Coordinate
Replies: 2
Views: 217

Re: How do I use TableReporter with a Coordinate

it worked thank you!

how do i extract the columns of the table with type double?
by Ismail Raslan
Mon Apr 19, 2021 1:04 am
Forum: OpenSim
Topic: How do I use TableReporter with a Coordinate
Replies: 2
Views: 217

How do I use TableReporter with a Coordinate

Hello, I have gone over the example "wiringinputsandoutputswithTableReporter.m" and tried to implement the TableReporter but with coordinates instead of outputs. %creating reporter reporter = TableReporter(); reporter.setName('reporter'); reporter.set_report_time_interval(0.1); %coordinates of inter...