Page 1 of 1

Saving data for plot in matlab

Posted: Sun Mar 20, 2011 5:26 pm
by frodo_jedi
Hello,
I'm a beginner with optitrack and tracking tools....I have a very basic question.
I need to save the data of the x, y and z coordinates relative to a trackable, in order to use those data for a plot in Matlab.

Could you please tell me how to do this?


Thanks in advance

Re: Saving data for plot in matlab

Posted: Mon Mar 21, 2011 10:54 am
by NaturalPoint - Mike
If you're looking to save data for import, you can capture your trackable and export the data to CSV by clicking on file > export. The individual columns of the resulting spreadsheet should be the x, y, and z coordinants of the markers, with rows representing frames.

Streaming is also a possibility, however it would require use of our SDKs.

Re: Saving data for plot in matlab

Posted: Mon Mar 21, 2011 2:04 pm
by frodo_jedi
Thanks I will try!!