Difference between revisions of "ConcatN"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
+
[[Category: Array Functions]]
 +
[[Category: Doc Status D]] <!-- For Lumina use, do not change -->
  
 +
==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:
 
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)
+
:'''Concat3'''(A1, A2, A3, I1, I2, I3, K)
* Concat4(A1,A2,A3,A4,I1,I2,I3,I4,K)
+
:'''Concat4'''(A1, A2, A3, A4, I1, I2, I3, I4, K)
* Concat5(A1,A2,A3,A4,A5,I1,A2,I3,A4,K)
+
:'''Concat5'''(A1, A2, A3, A4, A5, I1, A2, I3, A4, K)
...
+
:...
* Concat8(...)
+
:'''Concat8'''(...)
 
 
= Library =
 
  
 +
== Library ==
 
Concatenation.ana
 
Concatenation.ana
  
= See Also =
+
== See Also ==
 
 
 
* [[Concat]]
 
* [[Concat]]
 
* [[ConcatRows]]
 
* [[ConcatRows]]
 +
* [[Text Concatenation Operator: &]]

Latest revision as of 19:18, 24 February 2016


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


You are not allowed to post comments.