ARTS built-in documentation server
Workspace Method MatrixSet
Description
Create a Matrix from the given list of numbers. Usage: MatrixSet(m1, [1, 2, 3; 4, 5, 6])
Authors: Oliver Lemke
Synopsis
MatrixSet( | gout1, values ) |
Variables
GOUT | gout1 | (Matrix) | The newly created matrix |
GIN | values | (Matrix) | The values of the newly created matrix. Elements are separated by commas, rows by semicolons. |