Action: CONCATENATE
| Module | valtools |
|---|---|
| Description | Usage |
| Join vectors or matrices together | |
| output value | type |
| the concatenated vector/matrix that was constructed from the input values | vector/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 should be concatenated together to form the output vector |
| MATRIX | scalar/matrix | specify the matrices that you wish to join together into a single 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 should be concatenated together to form the output vector |
| MATRIX | input | none | specify the matrices that you wish to join together into a single matrix |
| NUMERICAL_DERIVATIVES | optional | false | calculate the derivatives for these quantities numerically |