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
			
			
									
						
										
						Saving data for plot in matlab
- 
				NaturalPoint - Mike
 - Posts: 1896
 - Joined: Tue Feb 01, 2011 8:41 am
 - Location: Corvallis, OR
 
Re: Saving data for plot in matlab
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.
			
			
									
						
										
						Streaming is also a possibility, however it would require use of our SDKs.
- 
				frodo_jedi
 - Posts: 4
 - Joined: Sun Mar 20, 2011 5:20 pm
 
Re: Saving data for plot in matlab
Thanks I will try!!