[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/elmat]
linspace
(/tools/hpmatlab/toolbox/matlab/elmat/linspace.m)
Function Synopsis
y = linspace(d1, d2, n)
Help text
LINSPACE Linearly spaced vector.
LINSPACE(x1, x2) generates a row vector of 100 linearly
equally spaced points between x1 and x2.
LINSPACE(x1, x2, N) generates N points between x1 and x2.
See also LOGSPACE, :.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
This function is called by
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- freqs /tools/hpmatlab/toolbox/signal/freqs.m
- pez ee2200/pez.m
- ucplot ee2200/ucplot.m
- zplane /tools/hpmatlab/toolbox/signal/zplane.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON