LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D Array Append

Hi All,

 

I've spent way too long trying to figure this out already, anyone know of a good way to accomplish this (see attached pic)?

 

Thanks,

Adam

0 Kudos
Message 1 of 4
(7,241 Views)
Sorry, its late on a Friday, got it.  Maybe this will help someone 🙂
0 Kudos
Message 2 of 4
(7,238 Views)

Here's a solution where you don't need to worry about the dimensions as long as both arrays have the same number of rows. Note that the "built array" is in concatenate mode)

 

(If they have different number of rows, the shorter wins)

 

 

Message Edited by altenbach on 11-14-2008 03:00 PM
0 Kudos
Message 3 of 4
(7,233 Views)

This isn't really a better solution, but just so you're aware of array operations you can also use Transpose Array:

 

Message Edited by smercurio_fc on 11-14-2008 05:15 PM
0 Kudos
Message 4 of 4
(7,225 Views)