Set or create a linearly spaced vector
mps_linspace( rop, start, end ) rop = mps_linspace( start, end, n, prec )
multi-precision matrix
Multi-precision or Scilab matrices
Integer scalars
Set or create a linearly spaced vector between
start
and end
.
Set rop
with equally spaced values between
start
and end
.
Creates an MPS vector rop
of size 1xn with
precision prec
. The created vector is filled
with equally spaced values between start
and
end
.