Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
can anyone tell me how to convert this do while loop of c++ to Matlab expression.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
do
{
j++;
if(str[i+j]==str[i])
count[i]++;
}
while(str[i+j]==str[i]);
2 comentarios
James Tursa
el 25 de Mzo. de 2015
See answer on the other post. This Question should probably be deleted.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!