現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This submission has two functions compstr and compstrs (could have been incorporated in one function). The two function are the same except that one is for sorted arrays, and the other isn't.
The function searches for equal strings in the two arrays, and also gives the strings which appear only in one of the two string-arrays.
[iequal,i1,i2]=strcmp[s](S1,S2);
iequal gives any nx2 array for indices in S1 and S2 respectively for the equal strings. i1 and i2 point to strings only appearing in S1 and S2.
!!!This function is made only for string-arrays where no equal strings appear!!!
引用
Stijn Helsen (2026). String-list Comparison (https://jp.mathworks.com/matlabcentral/fileexchange/3989-string-list-comparison), MATLAB Central File Exchange. に取得済み.
一般的な情報
- バージョン 1.0.0.0 (1.05 KB)
-
ライセンスがありません
MATLAB リリースの互換性
- すべてのリリースと互換性あり
プラットフォームの互換性
- Windows
- macOS
- Linux
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
