From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to split a 2D array into two 1D arrays

Solved!
Go to solution

I'm trying to split a 2D array like array 1 in the photo below into two seperate 1D arrays like array 2 and array 3. What function will allow me to do this?

 

split array.png

0 Kudos
Message 1 of 2
(2,655 Views)
Solution
Accepted by topic author benm92

Index Array

 

Drag bottom border downward to get 2 outputs.  Wire a constant of 0 to the Column input of the top output.  (Column 1 will be automatically chosen if you leave it unwired for the bottom output.)

0 Kudos
Message 2 of 2
(2,649 Views)