LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to combine 3 or more set of 2D array to make a 3D array

Solved!
Go to solution

Hi all,

 

I have few sets of 2D array , I want them to group together in a 3D array so each 2D array will be in a different page. Is there a way to do that. I tried reshape array but was not successfull since my understanding of handling array is less. Can you please help me out.(example data is attached)

 

Thanks,

 

Ankit G

0 Kudos
Message 1 of 3
(2,532 Views)
Solution
Accepted by topic author AnkitG

Build Array should do what you want.

 

Note that I changed the value of the first element in arrays 2 and 3 so you can tell where the data on different pages in appended array came from.

 

Lynn

 

0 Kudos
Message 2 of 3
(2,528 Views)

Thanks for the solution lynn.

 

0 Kudos
Message 3 of 3
(2,521 Views)