|
|
| File Information |
| Description |
FINDROW Find indices of a given row within a matrix.
R = FINDROW(A, B) returns indices of the rows in A that coincide with
row vector B , otherwise empty.
[R, I] = FINDROW(A, B) also returns the indices of elements of rows R.
Note that the use of INTERSECT for the same purpose is limited because
the results are sorted and repeated entries are not taken care of. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 01 Dec 2004 |
Brett Shoelson
|
|
|
| 01 Dec 2004 |
Mukhtar Ullah
|
|
|
| 01 Dec 2004 |
Mukhtar Ullah
|
|
|
| 02 Dec 2004 |
Brett Shoelson
|
|
|
| 02 Dec 2004 |
Mukhtar Ullah
|
|
|
| 02 Dec 2004 |
Mukhtar Ullah
|
|
|
| 05 Nov 2008 |
Betty
|
|
|
| 05 Nov 2008 |
Jos
|
|
|
| Updates |
| 02 Dec 2004 |
fixed a bug; and does not require FINDARRAY |
| 02 Dec 2004 |
included the reason why matlab function INTERSECT can't be used for the same task always |
| 03 Dec 2004 |
corrected description which was mistyped |
| 31 Aug 2005 |
simpler code |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com