Action: VSTACK
| Module | valtools |
|---|---|
| Description | Usage |
| Create a matrix by stacking vectors together | |
| output value | type |
| a matrix that contains the input vectors in its columns | matrix |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| ARG | scalar/vector | the values that you would like to stack together to construct the output matrix |
Further details and examples
Text from manual goes here
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG | input | none | the values that you would like to stack together to construct the output matrix |
| SERIAL | optional | false | do the calculation in serial |