Linspace

Generates a vector of size n and fills it with equally spaced numbers between x and y, whereby x is the first and y the last component of the returning vector. This may be a convenience function to create time-/frequency axes. The function expects x, y and n as real scalar.

Syntax

linspace(x, y, n)

Types
 Variable NameValue TypeVariable Type
Arguments:xrealscalar
yrealscalar
nrealscalar
Result: vreal vector
Calculator Input

Use the linspace button to complete the operation.

Example
IDDescriptionTypeValueExpression
xArgumentREAL33
yArgumentREAL44
nArgumentREAL55
v Result REAL VECTOR

linspace(x)