How can I run a code in the command window multiple times?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I need to run my code in the command window in MATLAB multiple times to get an accurate result. I would like to know how to do that.
0 commentaires
Réponses (1)
Walter Roberson
le 28 Sep 2015
Type in the command multiple times? Type in the command once, and after that press the up-arrow and Return to get it to repeat the previous command? Write a "for" loop in the command window, such as
for K = 1 : 10; YourCommandHere; end
0 commentaires
Voir également
Catégories
En savoir plus sur Whos dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!