Borrar filtros
Borrar filtros

extract first letter from worf of string

3 visualizaciones (últimos 30 días)
tammna abid
tammna abid el 9 de Nov. de 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

Respuestas (0)

Categorías

Más información sobre External Language Interfaces en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by