linspace — linearly spaced vector
[v]=linspace(x1,x2 [,n])
real or complex scalars
integer (number of values) (default value = 100)
real or complex row vector
Linearly spaced vector. linspace(x1, x2)
generates a row
vector of n (default value=100) linearly equally spaced points between
x1
and x2
. If x1
or x2
are complex then linspace(x1,x2)
returns a row vector of n
complexes, the real (resp. imaginary) parts of the n complexes are
linearly equally spaced between the real (resp. imaginary) parst of
x1
and x2