Page 1 of 1

how do you extract "double" data from a TimeSeriesTable

Posted: Mon Apr 19, 2021 6:31 pm
by ismailras
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?

Re: how do you extract "double" data from a TimeSeriesTable

Posted: Tue Apr 20, 2021 11:38 am
by ongcf
You may want to check out the Matlab utility file "osimTableToStruct.m" provided with the OpenSim installation to help get values from an OpenSim Table

Re: how do you extract "double" data from a TimeSeriesTable

Posted: Tue Apr 20, 2021 11:51 am
by ismailras
thanks a lot!