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: 

1D array into 2D array

Solved!
Go to solution

Hi all,

I have a 1D array like this: (A,B,C,D,E) and I want to get an 2D array like this:

(A,B,C,D,E

A,B,C,D,E

A,B,C,D,E

.....

....)

Because there wiil be 512 rows in that 2D array, it is inconvinent to use Build Array function. Could someone help me? Thanks!

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

Do it with a for-loop:

 

1D array into 2D array.png

 

1D array into 2D array FP.png

Greets, Dave
Message 2 of 3
(2,967 Views)

Thanks for the help!

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