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,981 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,971 Views)

Thanks for the help!

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