rowfind

Finds rows of LOOKUPVALUES that are equal to rows in VALUES and return the index of the rows.

You are now following this Submission

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

Cite As

Mattias Karlsson (2026). rowfind (https://in.mathworks.com/matlabcentral/fileexchange/39729-rowfind), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

correction to description

1.0.0.0