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)
Afficher commentaires plus anciens
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
2 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!