Hi,
I'm wondering is there a way to extract markers data in respect of time? thanks
Extract marker location in respect of time
- Man Yan Tong
- Posts: 1
- Joined: Mon Jan 30, 2023 8:14 am
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Extract marker location in respect of time
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
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
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)
Hope this helps,
-Ayman