How do I convert from a while loop to a for loop?
Ältere Kommentare anzeigen
i = 0;
while (i < 110)
fprintf('i = %d\n',i)
i = i + 11;
end
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!