Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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

1 visualizzazione (ultimi 30 giorni)
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by