linspaceCreating a row vector with equally-spaced entries
linspace(a, b, n)a and b should be real or complex scalars.n should be real non-negative integer scalar not equal to Inf nor NaN.a, b and n should be non-empty.n equally spaced elements starting with a and ending with b. b if n == 1.n <= 0.linspace(a, b)linspace(a, b, 100).