powered by
logspace generates n logarithmically spaced points between 10^d1 and 10^d2. The utility of this function is equivalent to logspace function in matlab.
logspace
logspace(d1, d2, n)
first bound
second bound
number of points
a vector of n logarithmically spaced points between 10^d1 and 10^d2.
# NOT RUN { logspace(-6,7,30) # }
Run the code above in your browser using DataLab