LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have 2 arrays with size m by n. How do I merge data so that the array becomes 2m by n? And maybe add other arrays so it later becomes 3m by n or 20m by n?

Yuo can merge arrays to a 2D array using Build Array function.
I attach an example that shows how to merge 2D arrays.
Let me know if you need more help.

Regards,
Alberto
Message 2 of 3
(2,749 Views)
Actually this is the real problem... I have a data file that I want to open and read into an array then merge it with a brand new data file to start a database or to a database if one is already created. I have started the VI but it doesn't seem to work. I'll attach a sample data file and the VI that I've started with. Thanks again.
Download All
0 Kudos
Message 3 of 3
(2,749 Views)