Clear Filters
Clear Filters

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)
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!