(translator=roro, ChineseSource=roro-20020509-3\strmatch.html, EnglishSource=c:\matlabr12\help\techdoc\ref\strmatch.html)
MATLAB Function Reference    
strmatch

對於一字串找尋可能的對應

Syntax

Description

i = strmatch('str',STRS) 找尋在字元陣列或異質字元陣列 STRS 中是否有某列是以字串 str 為起始,若有,則回傳該列數。當 STRS 為一字元陣列時,strmatch 指令將會最快傳回結果。

i = strmatch('str',STRS,'exact') 回傳在 STRS 中完全對應等同於字串 str 的列數。

Examples

有一指令:

將回傳 i = [1; 3],因為第一列及第三列皆以為 'max' 起始字串。

若指令為:

則回傳 i = 1,因為只有第一列和字串 'max' 完全相同。

See Also

strcmp, strcmpi, strncmp, strncmpi, findstr, strvcat


 strjust strncmp