Logarithmically Spaced Points

logspace(min,max,npts) Returns a vector of npts logarithmically-spaced points starting at min, ending at max.

logpts(minexp,dec,dnpts) Returns a vector spanning dec decades of evenly-spaced points, starting at 10minexp, with dnpts intervals per decade. The number of elements in the resulting vector is dec·dnpts.

Arguments:

Note: