Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

can anyone tell me how to convert this do while loop of c++ to Matlab expression.

1 visualización (últimos 30 días)
tina jain
tina jain el 25 de Mzo. de 2015
Cerrada: John D'Errico el 25 de Mzo. de 2015
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by