[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/ops]
finite
(/tools/hpmatlab/toolbox/matlab/ops/finite.m)
Help text
FINITE True for finite elements.
FINITE(X) returns 1's where the elements of X are finite
and 0's where they are not. For example FINITE([pi NaN Inf -Inf])
is [1 0 0 0].
See also ISNAN, ISINF.
Cross-Reference Information
This is called by
- bilinear /tools/hpmatlab/toolbox/signal/bilinear.m
- comet /tools/hpmatlab/toolbox/matlab/plotxy/comet.m
- nextpow2 /tools/hpmatlab/toolbox/matlab/datafun/nextpow2.m
- ss2zp /tools/hpmatlab/toolbox/signal/ss2zp.m
- zp2ss /tools/hpmatlab/toolbox/signal/zp2ss.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON