strcmprate

バージョン 1.0.0.0 (4.71 KB) 作成者: Seth Kenner
Find the best comparison to a string from a list of strings
ダウンロード: 71
更新 2015/6/30

ライセンスの表示

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.

引用

Seth Kenner (2024). strcmprate (https://www.mathworks.com/matlabcentral/fileexchange/51845-strcmprate), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCharacters and Strings についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0