Tagged Questions

1
vote
2answers
79 views

Logspace containing specific points (Matlab)

In Matlab, I can use logspace(A,B,N) to generate a vector of length N, containing points between 10^A and 10^B evenly spaced along a logarithmic axis. However, because of the nature of the logarithm, ...