Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
tina jain
tina jain am 25 Mär. 2015
Geschlossen: John D'Errico am 25 Mär. 2015
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by