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( | out, nelem, start, stop ) |
Variables
GOUT | out | (Vector) | Variable to initialize. |
IN | nelem | (Index) | Number of elements of a Vector or Array. |
GIN | start | (Numeric) | Start value. |
GIN | stop | (Numeric) | End value. |