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)
Mostra commenti meno recenti
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
2 Commenti
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!