Module: Editor
Version: 5.2.0 +
Description
The formula 'Vector' converts a scalar or matrix to a vector.
Parameters
Value: the scalar or matrix you want to convert to a vector.
Example
Description
In the following example the formula 'Vector' is used to convert a matrix to a vector.
Values parameters
Value:
Column1 | Column2 | Column3 |
2 |
5 |
8 |
3 |
6 |
9 |
4 |
7 |
10 |
Result
Output:
Column1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
The result is a vector with all elements of the specified matrix in one column.
Feedback
If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.