LCSSubStr-a function that return two string's largest common part
バージョン 1.0.0.0 (1.5 KB) 作成者:
Zhiping XU
a function that return two string's largest common part
a function that return two string's largest common part
% Usage:
% [ret]=LCSubstr(s,t)
% s: input string 1
% t: input string 2
% ret: Largest Common String
% z: Largest Common String Length
% L : Compare matrix
% Example:
% >>a='This is very common string';
% >>b='string is very common';
% >>[ret]=LCSubstr(a,b)
% ret =
%
% very common
引用
Zhiping XU (2026). LCSSubStr-a function that return two string's largest common part (https://jp.mathworks.com/matlabcentral/fileexchange/27173-lcssubstr-a-function-that-return-two-string-s-largest-common-part), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Characters and Strings についてさらに検索
タグ
謝辞
ヒントを与えたファイル: String subsequence tools
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
