Module: Editor
Version: 5.1.4 +
Description
The formula 'Join' joins matrices over a specified dimension. The function 'Join' creates a new matrix out of two or more matrices. The size of the columns or rows have to be of the same size depending on the chosen dimension.
Parameters
Dimension: the dimension you want to join over.
Matrix1: matrix1, matrix2, ... are 1 to 30 matrices you want to join.
Example
Description
In the following example the formula 'Join' is used to join two matrices over dimension 1 (over the rows).
Values parameters
Dimension: 1
Matrix1:
Matrix2:
Result
Matrix:
Column1 |
Column2 |
1 |
5 |
2 |
6 |
3 |
7 |
4 |
8 |
As you see the two matrices are joined into one matrix.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.