T= 'Find the starting indices of the shorter string.'; Q=findstr(T,'the')%在字符串T中找个出现‘the'字符串的位置 Q=[6 30];%表示第6个字符和第30个字符出现’the'这个字符串