ARTS built-in documentation server
Workspace Method VectorExtractFromMatrix
Description
Extracts a Vector from a Matrix. Copies row or column with given Index from input Matrix variable to create output Vector.
Authors: Patrick Eriksson, Oliver Lemke, Stefan Buehler
Synopsis
VectorExtractFromMatrix( | out, in, i, direction ) |
Variables
GOUT | out | (Vector) | Extracted vector. |
GIN | in | (Matrix) | Input matrix. |
GIN | i | (Index) | Index of row or column. |
GIN | direction | (String) | Direction. "row" or "column". |