You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The strcmprate function compares a string to a list of strings returning the index and rating of the best comparison from the list.
Example:
[i,r] = strcmprate('testing costs',{'test cost' 'costing test' 'cost testing'})
i = 3
r = 0.6923
This function was written to find small discrepancies in text fields and records in a database from data entry errors.
Cite As
Seth Kenner (2026). strcmprate (https://ch.mathworks.com/matlabcentral/fileexchange/51845-strcmprate), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (4.71 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
