Append Function
Concatenates zwei Matrizen
Description
The Function \(Append\) concatenates two matrices, or a matrix with a vector, or two vectors with each other.
When concatenates matrices, the number of lines of both matrices must be the same.
When concatenates a matrix to a vector, the length of the vector must be the same as the number of rows in the matrix
Syntax
Append (Matrix, Matrix)
Append (Matrix, Vector)
Append (Vector, Vector)
Example