You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
- Version 1.1.0.0 (2.18 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
