Return a row vector with n linearly spaced elements between base and limit. If the number of elements is greater than one, then the base and limit are always included in the range. If base is greater than limit, the elements are stored in decreasing order. If the number of points is not specified, a value of 100 is used.
The
linspace
function always returns a row vector.For compatibility with Matlab, return the second argument if fewer than two values are requested.