[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/ops]
find
(/tools/hpmatlab/toolbox/matlab/ops/find.m)
Help text
FIND Find indices of the non-zero elements.
I = FIND(X) returns the indices of the vector X that are
non-zero. For example, I = FIND(A>100), returns the indices
of A where A is greater than 100. See RELOP.
[I,J] = FIND(X) returns the row and column indices of
the nonzero entries in the matrix X. This is often used
with sparse matrices.
[I,J,V] = FIND(X) also returns a column vector of the
nonzero entries in X. Note that find(X) and find(X~=0)
will produce the same I and J, but the latter will produce
a V with all 1's.
Cross-Reference Information
This is called by
- auread /tools/hpmatlab/toolbox/matlab/sounds/auread.m
- auwrite /tools/hpmatlab/toolbox/matlab/sounds/auwrite.m
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- beatcontrol ee2200/beatcontrol.m
- colstyle /tools/hpmatlab/toolbox/matlab/graphics/colstyle.m
- conv2 /tools/hpmatlab/toolbox/matlab/datafun/conv2.m
- cplxpair /tools/hpmatlab/toolbox/matlab/datafun/cplxpair.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- demod /tools/hpmatlab/toolbox/signal/demod.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- diric /tools/hpmatlab/toolbox/signal/diric.m
- ellipap /tools/hpmatlab/toolbox/signal/ellipap.m
- enveloper ee2200/enveloper.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- filter2 /tools/hpmatlab/toolbox/matlab/datafun/filter2.m
- fplot /tools/hpmatlab/toolbox/matlab/plotxy/fplot.m
- freqint /tools/hpmatlab/toolbox/signal/freqint.m
- hostid /tools/hpmatlab/toolbox/matlab/general/hostid.m
- impz /tools/hpmatlab/toolbox/signal/impz.m
- info /tools/hpmatlab/toolbox/matlab/general/info.m
- invfreqs /tools/hpmatlab/toolbox/signal/invfreqs.m
- kron /tools/hpmatlab/toolbox/matlab/ops/kron.m
- lscan /tools/hpmatlab/toolbox/matlab/plotxy/lscan.m
- median /tools/hpmatlab/toolbox/matlab/datafun/median.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- mpoles /tools/hpmatlab/toolbox/signal/mpoles.m
- polystab /tools/hpmatlab/toolbox/signal/polystab.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
- pumpkin ee2200/pumpkin.m
- resample /tools/hpmatlab/toolbox/signal/resample.m
- reshape /tools/hpmatlab/toolbox/matlab/elmat/reshape.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- sawtooth /tools/hpmatlab/toolbox/signal/sawtooth.m
- show_img ee2200/show_img.m
- sinc /tools/hpmatlab/toolbox/signal/sinc.m
- sineint /tools/hpmatlab/toolbox/signal/sineint.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- ss2zp /tools/hpmatlab/toolbox/signal/ss2zp.m
- strips /tools/hpmatlab/toolbox/signal/strips.m
- swapprev /tools/hpmatlab/toolbox/matlab/graphics/swapprev.m
- tanh /tools/hpmatlab/toolbox/matlab/elfun/tanh.m
- tf2ss /tools/hpmatlab/toolbox/signal/tf2ss.m
- tf2zp /tools/hpmatlab/toolbox/signal/tf2zp.m
- ver /tools/hpmatlab/toolbox/matlab/general/ver.m
- whatsnew /tools/hpmatlab/toolbox/matlab/general/whatsnew.m
- whitebg /tools/hpmatlab/toolbox/matlab/graphics/whitebg.m
- zp2sos /tools/hpmatlab/toolbox/signal/zp2sos.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