Page 1 of 1
Extract marker location in respect of time
Posted: Tue Jun 27, 2023 5:54 am
by tiffanytong007
Hi,
I'm wondering is there a way to extract markers data in respect of time? thanks
Re: Extract marker location in respect of time
Posted: Fri Jun 30, 2023 11:42 am
by aymanh
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