이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
%%%INPUT
%%%X, Y - both are strings e.g. 'test' or 'stingtocompare'
%%%OUTPUT
%%%D is the substring over the length of the shortest string
%%%dist is the length of the substring
%%%aLongestString is a sting of length dist (only one of potentially many)
인용 양식
David Cumin (2026). Longest Common Subsequence (https://kr.mathworks.com/matlabcentral/fileexchange/24559-longest-common-subsequence), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.4.0.0 | Changed the title to better represent the function. http://en.wikipedia.org/wiki/Longest_common_subsequence_problem |
||
| 1.3.0.0 | Included support for 0 similarity |
||
| 1.2.0.0 | Now will also work for integer inputs (not only strings). |
||
| 1.1.0.0 | Sorry - a simple operator change fixed that. Should work now. The answer to your 'test' 'stingtocompare' is [0.5 2 'st'].
|
||
| 1.0.0.0 |
