LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting a group of 1-D arrays to one 2-D array.

I want to build a 2-D array out of multiple 1-D arrays so that I can wire the 2-D array to the "Write to Spreadsheet File.vi" function. I searched the Array palette endlessly with no luck...any ideas?
0 Kudos
Message 1 of 3
(2,751 Views)
Hi Yusif

Search for the "Build Array" function in the Array palette. The "Build Array" concatenates multiple arrays or appends elements to an n-dimensional array.

Luca P.
Application Engineer
National Instruments
Regards,
Luca
0 Kudos
Message 2 of 3
(2,751 Views)
AS Luca suggested the buid array will increase the dimension of your data type by 1-d.

I believe there is anoher input to the "Write to ..." that accepts a 1-d input.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 3
(2,751 Views)