Info
This question is closed. Reopen it to edit or answer.
can anyone tell me how to convert this do while loop of c++ to Matlab expression.
1 view (last 30 days)
Show older comments
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
2 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!