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

GOUTout(Vector)Variable to initialize.
INnelem(Index)Number of elements of a Vector or Array.
GINstart(Numeric)Start value.
GINstop(Numeric)End value.