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

GOUTv(Vector)Variable to initialize.
INnelem(Index)This variable is used by the VectorSet workspace method.
GINstart(Numeric)Start value.
GINstop(Numeric)End value.