LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting Array

I'm trying to split an array of rXc into either rows or into columns. The array will be read during run-time with "Read from SpreadSheet File". Basically, I will generate 1D arrays corresponding to rows or columns of multi-dimensional array.

Any suggestions?
Ahmet.
0 Kudos
Message 1 of 4
(3,087 Views)
Use index array function, if the array is 2D, you can right click on a index input and select disable indexing, this way with the other index input, you get rows/columns.
Hope this helps
Message 2 of 4
(3,087 Views)
Gorka,

Thanks for the solution. I just wanted to let you know that I had to insert "index array" function into a for loop in order to disable "indexing" at the input tunnel.

Goood advice.
Ahmet.
0 Kudos
Message 3 of 4
(3,087 Views)
That's the problem when you talk without confirming, sometimes you make a mistake and mix things (disable indexing is when you rigth click on a loop in/output).
Happy to help
0 Kudos
Message 4 of 4
(3,087 Views)