extract first letter from worf of string

3 次查看(过去 30 天)
I am getting errror here while compiling this code portion inputfile = textread('wi tribe.txt','%s'); % filename2='lta vlst5.txt'; [m,n]= size(inputfile);
for j=1:m str=inputfile(j); str2=str{j,1}
if (strcmp(str1,str))
count1=count1+1;
end
%numberofsentences=count1
end at line str2 =str{ j, 1} its giving error ...index exceed dimension matrix
newbiw in matlab so unable to debug it

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 External Language Interfaces 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by