Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
62 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, ...