Matlab no longer running scripts
304 views (last 30 days)
Show older comments
Hello,
I have been using my current version of Matlab for months, (R2011a), and I was using it no less than 20 minutes ago, and now it won't run. I push the run button, and nothing happens or changes. It was working, then all of a sudden it stopped for no reason.
Thank you, Heather
4 Comments
Answers (6)
Brittany Morison
on 21 Apr 2016
Check if it's running an infinite loop. and press control c to stop that.
That's what was happening to me when i couldn't run my code
2 Comments
André Francisco
on 13 Feb 2017
I had the exact same problem and tried that, and now it works. I also typed control v, (dont know if it helped in any way, im kind of a noobie still). But yup, same problem, and now its fixed. ty
Walter Roberson
on 7 Oct 2024
thanks alot it worked
Christopher Gomez
on 28 Jun 2018
Edited: Christopher Gomez
on 28 Jun 2018
I got the very same problem. The code was running like a charm a minute ago, and then nothing... and when you run and go to the next part of the code, it does so, but it does not spill any result anymore... just weird... (Version 2017)
0 Comments
Mostafa Youssef
on 20 Sep 2019
Try to change the name of script.m file. This happens if you have 2 files with the same name.
0 Comments
Charles Kluepfel
on 14 Jul 2023
I had the same problem. To fix it I closed Matlab and restarted it.
But a temporary workaround is just to save the .m file and then run it by typing the name in the command window.
0 Comments
Hifza
on 27 Oct 2024
I was having same problem, i clicked 'clear data' multiple times then it started showing something on command window,,,so i clicked 'ctrl+c' to stop all executions. it worked.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!