ConcatN
ConcatN(A_1, A_2,...,A_N, I_1, I_2,...,I_N, K)
Concatenating more than two arrays gets a bit tedious using the Concat function. The Concatenation library provides several functions for conveniently concatenating 3 or more arrays:
- Concat3(A1, A2, A3, I1, I2, I3, K)
- Concat4(A1, A2, A3, A4, I1, I2, I3, I4, K)
- Concat5(A1, A2, A3, A4, A5, I1, A2, I3, A4, K)
- ...
- Concat8(...)
Library
Concatenation.ana
See Also
Comments
Enable comment auto-refresher