LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert 2d array to 1d array without using shift registers and build array

hi
I want to convert 2d array to 1d array without using shift registers and build array. Basically, i want to reduce the overhead involved in using the build array.
Message 1 of 4
(3,229 Views)
Have you tried "reshape array" function?
Message 2 of 4
(3,228 Views)
Hi
Thanks for the suggesstion, i tried it and it works as i expected.

bye
Message 3 of 4
(3,228 Views)
Index Array will also slice out either a row or column.
0 Kudos
Message 4 of 4
(3,228 Views)