put_matrix
Create a numeric matrix in the GAUSS workspace by parsing row and column values from a text string. Use semicolons to separate rows and commas or spaces to separate numbers within each row.
Instructions
Create a matrix in the workspace from numbers given here.
values: rows separated by semicolons, numbers within a row separated by commas or spaces, e.g. "1, 2; 3, 4" for a two-by-two matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |