Given two sets of words, this function finds whether (and where) the words of the first set are present in the second set.
The special power of this function is that it also works with "shifted matches" and "partial matchs". For example, if one is looking for the word SIMULINK but types SIMLINK or IMULINK, the function finds the match anyway.
Moreover, one can set an arbitrary percentual tolerance. With a low tolerance, even by typing SULIK the function recognizes that the searched expression is actually SIMULINK.
Cite As
Diego Di Maulo (2025). partial_match (https://se.mathworks.com/matlabcentral/fileexchange/64656-partial_match), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
