Does Python have a function like matlab's linspace
in its standard library?
If not, is there an easy way to implement it without installing an external package?
Here's a quick and easy definition of linspace in matlab terms.
Note
I don't need a "vector result" as defined by the link, a list will do fine.