You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does core.matrix have an equivalent of the numpy.linspace function, which creates a sequence of N evenly spaced points between start and end?
A function of the same name also exists in Matlab.
Thanks!
The text was updated successfully, but these errors were encountered:
Sounds useful, though not sure if it deserves a first class protocol function in core.matrix.
(m/array (range start end step)) gets you most of the way there..... just needs a but of wrapping to handle the different parameter options and edge cases I think.
Hi,
Does core.matrix have an equivalent of the numpy.linspace function, which creates a sequence of N evenly spaced points between start and end?
A function of the same name also exists in Matlab.
Thanks!
The text was updated successfully, but these errors were encountered: