LCSSubStr-a function that return two string's largest common part
by Zhiping XU
05 Apr 2010
a function that return two string's largest common part
|
Watch this File
|
| File Information |
| Description |
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
|
| Acknowledgements |
This submission has inspired the following:
String subsequence tools
|
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com