strfind.m

バージョン 1.0.0.0 (573 Bytes) 作成者: Tom Coulter
Cell array implementation of STRFIND
ダウンロード: 1.7K
更新 2005/11/14

ライセンスがありません

K = STRFIND(STRS,STR) looks through the rows of the cell array of strings STRS to find strings that contain the string STR, returning the matching row indices.

Functions very much like STRMATCH with a cell array input, except STRMATCH is limited to whenever the cell array string begins with STR.

Unlike STRMATCH, it does not work with a char array input. I think this is a limitation of the Matlab function STRFIND.

引用

Tom Coulter (2026). strfind.m (https://jp.mathworks.com/matlabcentral/fileexchange/9008-strfind-m), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R12.1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCharacters and Strings についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0