Extract marker location in respect of time

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Man Yan Tong
Posts: 1
Joined: Mon Jan 30, 2023 8:14 am

Extract marker location in respect of time

Post by Man Yan Tong » Tue Jun 27, 2023 5:54 am

Hi,
I'm wondering is there a way to extract markers data in respect of time? thanks

Tags:

User avatar
Ayman Habib
Posts: 2238
Joined: Fri Apr 01, 2005 12:24 pm

Re: Extract marker location in respect of time

Post by Ayman Habib » Fri Jun 30, 2023 11:42 am

Hello,

Assuming you're working with the API in Matlab (based on your post tags), you can create a TimeSeriesTableVec3 from the marker data then extract a specific column using

Code: Select all

getDependentColumn(columnLabel)
I suggest you check the documentation here https://simtk-confluence.stanford.edu/d ... g+Commands and other example scripts/doxygen for available methods/usage.

Hope this helps,
-Ayman

POST REPLY