How do I convert from a while loop to a for loop?
Mostrar comentarios más antiguos
i = 0;
while (i < 110)
fprintf('i = %d\n',i)
i = i + 11;
end
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!