Force matlab to quit while stuck in an infinite loop?
236 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Lucas
le 26 Juin 2012
Déplacé(e) : Walter Roberson
le 8 Nov 2024 à 20:15
I found some newsgroup postings from about 4 years ago and back then there was no way to terminate a script from running in a infinite FOR loop without using ctrl+alt+delete. Has that changed or is there still no way to accomplish that?
0 commentaires
Réponse acceptée
Thomas
le 26 Juin 2012
try ctrl + c
4 commentaires
Thomas
le 26 Juin 2012
Another helpful link
http://www.mathworks.com/support/solutions/en/data/1-188VX/
Ognjen Jova
le 13 Jan 2020
Déplacé(e) : Walter Roberson
le 8 Nov 2024 à 20:15
Thomas you are a god,tnx alot man
Plus de réponses (1)
Anver Hisham
le 13 Sep 2016
You can use the below function to specify the maximum execution time-limit while running a program,
https://se.mathworks.com/matlabcentral/fileexchange/59120-evalwithtimer
0 commentaires
Voir également
Catégories
En savoir plus sur Loops and Conditional Statements 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!