Azzera filtri
Azzera filtri

extract first letter from worf of string

3 visualizzazioni (ultimi 30 giorni)
tammna abid
tammna abid il 9 Nov 2012
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

Risposte (0)

Categorie

Scopri di più su External Language Interfaces in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by