07-21-2016 03:16 PM
Hi,
I have a data in for loop and all my data is written into single column.I would like to to sort this data into different column as shown below. Could you please help me to solve this problem.
I have attached an example vi
I am getting data in this way
t data
0.11 200
0.12 300
0.13 400
0.35 200
0.36 300
0.37 400 and I would like my text file to look like the below form
t data1 t data2 t data3
0.11 200 0.12 300 0.13 400
0.35 200 0.36 300 0.37 400
07-21-2016 07:39 PM - edited 07-21-2016 07:40 PM
A little fun with Reshape Array should do the job for you.