[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/ops]
isnan
(/tools/hpmatlab/toolbox/matlab/ops/isnan.m)
Help text
ISNAN True for Not-A-Number.
ISNAN(X) returns 1's where the elements of X are NaN's and
0's where they are not. For example ISNAN([pi NaN Inf -Inf])
is [0 1 0 0].
See also FINITE, ISINF.
Cross-Reference Information
This is called by
- cosh /tools/hpmatlab/toolbox/matlab/elfun/cosh.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- fplot /tools/hpmatlab/toolbox/matlab/plotxy/fplot.m
- median /tools/hpmatlab/toolbox/matlab/datafun/median.m
- remez /tools/hpmatlab/toolbox/signal/remez.m
- sinh /tools/hpmatlab/toolbox/matlab/elfun/sinh.m
- ss2zp /tools/hpmatlab/toolbox/signal/ss2zp.m
- strips /tools/hpmatlab/toolbox/signal/strips.m
- tanh /tools/hpmatlab/toolbox/matlab/elfun/tanh.m
- xcorr /tools/hpmatlab/toolbox/signal/xcorr.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON