[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
logspace
(/tools/hpmatlab/toolbox/matlab/elmat/logspace.m)
Function Synopsis
y = logspace(d1, d2, n)
Help text
LOGSPACE Logarithmically spaced vector.
LOGSPACE(d1, d2) generates a row vector of 50 logarithmically
equally spaced points between decades 10^d1 and 10^d2. If d2
is pi, then the points are between 10^d1 and pi.
LOGSPACE(d1, d2, N) generates N points.
See also LINSPACE, :.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- log10 /tools/hpmatlab/toolbox/matlab/elfun/log10.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
This function is called by
- freqint /tools/hpmatlab/toolbox/signal/freqint.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON