Effacer les filtres
Effacer les filtres

Divide segment into logarithmically spaced intervals

2 vues (au cours des 30 derniers jours)
Sam Falzone
Sam Falzone le 11 Avr 2011
I have a set of data points between the interval 0 - 1.
I want to divide this interval into logarithmically spaced sub intervals. In other words, I want to divide it into many closely separated divisions near zero, and I want them to space out as they go towards 1.
How do I do this?

Réponses (1)

Walter Roberson
Walter Roberson le 11 Avr 2011
logspace(log10(Lowbound),log10(Highbound),NumberOfIntervals+1)
Note, though, that it is not possible to use logarithmically spaced intervals if your lower bound is 0, and chances are that you'll be fairly disappointed if your lower bound is even vaguely close to 0 (e.g., eps)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by