Search

 

Module: Editor

Version: 5.2.0 +

Type: Long, Double, Date, Boolean or String

Category: Matrix

 

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:

Column1Column2Column3
 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.

Updated: 2014-09-16