LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate 2d arrays

cute, except for the ugly coercion dot. 😉

 

(Wasn't even aware that "build matrix" has a right-click option for the mode. I wonder why the default behavior is opposite to the build array mode...)

0 Kudos
Message 11 of 15
(2,018 Views)

You can always use the VI to do the Matrix to Array conversion.  It literally does nothing except hide the coercion dot inside the subVI.

0 Kudos
Message 12 of 15
(2,013 Views)

The solution is however less universal, because it will not work for e.g. 2D boolean arrays and such. 😞

0 Kudos
Message 13 of 15
(2,009 Views)

@Darin.K wrote:

Some people might try to suggest that you can do more with less code..... 

 


I've always done the transpose build shuffle.  Good to know that for numeric arrays there is another option.

Message 14 of 15
(1,988 Views)

Thanks for all contributions! Great help!

0 Kudos
Message 15 of 15
(1,974 Views)