ARTS built-in documentation server
Workspace Method VectorNLinSpace
Description
Creates a vector with length nelem, equally spaced between the given end values. The length (nelem) must be larger than 1.
Authors: Patrick Eriksson
Synopsis
| VectorNLinSpace( | v, nelem, start, stop ) |
Variables
| GOUT | v | (Vector) | Variable to initialize. |
| IN | nelem | (Index) | This variable is used by the VectorSet workspace method. |
| GIN | start | (Numeric) | Start value. |
| GIN | stop | (Numeric) | End value. |