can anyone tell me how to convert this do while loop of c++ to Matlab expression.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
2 Comments
Stephen23
on 25 Mar 2015
James Tursa
on 25 Mar 2015
See answer on the other post. This Question should probably be deleted.
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!