how do you extract "double" data from a TimeSeriesTable

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Ismail Raslan
Posts: 5
Joined: Thu Feb 04, 2021 4:01 am

how do you extract "double" data from a TimeSeriesTable

Post by Ismail Raslan » Mon Apr 19, 2021 6:31 pm

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?

Tags:

User avatar
Carmichael Ong
Posts: 393
Joined: Fri Feb 24, 2012 11:50 am

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

Post by Carmichael Ong » Tue Apr 20, 2021 11:38 am

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

User avatar
Ismail Raslan
Posts: 5
Joined: Thu Feb 04, 2021 4:01 am

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

Post by Ismail Raslan » Tue Apr 20, 2021 11:51 am

thanks a lot!

POST REPLY