scisalt.numpy.linspacestep¶
-
scisalt.numpy.linspacestep(start, stop, step=1)[source]¶ Create a vector of values over an interval with a specified step size.
Parameters: start : float
The beginning of the interval.
stop : float
The end of the interval.
step : float
The step size.
Returns: vector :
numpy.ndarrayThe vector of values.