View Single Post
  #1  
Old 06-08-2009, 03:03 AM
katewilmut katewilmut is offline
Member
 
Join Date: May 2009
Posts: 6
Writing data to multiple files

Hi,

I am only a starter with Vizard so this is probably a basic question.

I am using a flock of birds to collect position and orientation data. I have set up a program so it collects data for a set amount of time every time I press a key. I want to write each of these 'pieces' of data to a different excel file (trial 1 in 1.xls, trial 2 in 2.xls etc). In Matlab I would use a for loop to do this, which is want I have tried, but I can't get it to work in Vizard.

The loop doesn't seem to iterate each time, and I can't see a way to tell it to.

Many thanks

Kate
Reply With Quote