rowfind

Finds rows of LOOKUPVALUES that are equal to rows in VALUES and return the index of the rows.
179 Downloads
Aktualisiert 8. Jan 2013

Lizenz anzeigen

ROWINDEX = ROWFIND(VALUES, LOOKUPVALUES)

If more than one row from LOOKUPVALUES matches, it returns the index of the first matching row only. If no row matches, it returns a zero for that row.

Written in c, so the operation is fast. Type "mex rowfind.c" in matlab before use.

You might need a free compiler if it was not installed with your matlab:
http://www.mathworks.com/support/compilers/R2012b/win64.html

Zitieren als

Mattias Karlsson (2024). rowfind (https://www.mathworks.com/matlabcentral/fileexchange/39729-rowfind), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Logical (Boolean) Operations finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

rowfind/

Version Veröffentlicht Versionshinweise
1.1.0.0

correction to description

1.0.0.0