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( | output, input, i, direction ) |
Variables
GOUT | output | (Vector) | Extracted vector. |
GIN | input | (Matrix) | Input matrix. |
GIN | i | (Index) | Index of row or column. |
GIN | direction | (String) | Direction. "row" or "column". |