Closed
Description
linspace(a, b, 10) creates 10 points linearly spaced from a to b.
logspace(a, b, 10) does not create 10 points logarithmically spaced from a to b, as everyone expects it to:
- http://stackoverflow.com/q/31480033/125507
- http://stackoverflow.com/q/31192392/125507
- https://sourceforge.net/p/numpy/mailman/numpy-discussion/thread/Mahogany-0.66.0-0000-00000000-111126.00@CASC64043305.american.edu/
The current behavior can't be changed because of backwards/matlab compatibility, but it would be nice if there were another function that didn't require the extra step of logspace(log(a), log(b)...
.
I don't know what it should be called, though.
Metadata
Metadata
Assignees
Labels
No labels