Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
tina jain
tina jain le 25 Mar 2015
Clôturé : John D'Errico le 25 Mar 2015
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by