LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can, when collecting data, start a new column in my array every 100 data points?

Solved!
Go to solution

Your questions is a bit vague.

 

You can transpose the final array, of course.

If you want to add a first column to an existing 2D array, use "insert into array". (You can also do the same row insertion as above, flanked by two "tranpose array" operations.)

0 Kudos
Message 21 of 21
(753 Views)