ARTS built-in documentation server
Workspace Method VectorExtractFromMatrix
Description
Extract 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( | v, m, i, direction ) |
Variables
| GOUT | v | (Vector) | Extracted vector. |
| GIN | m | (Matrix) | Input matrix. |
| GIN | i | (Index) | Index of row or column. |
| GIN | direction | (String) | Direction. "row" or "column". |