From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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 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,082 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,078 Views)

Thanks for the solution lynn.

 

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