idx = strfind(cstr, 'wood'); >> idx = strfind(cstr, 'wood') idx = [1x2 double] [1x2 double] >> idx{:,:} ans = 10 23 ans = 6 28 (3)findstr 函数在 MATLAB 中 ...
確定! 回上一頁