Matlab editor freezes often... can't edit files

48 views (last 30 days)
Corey
Corey on 22 Mar 2013
Commented: Mireia Torralba on 8 Nov 2023
Using Matlab R2012b 8.0.0.783, Win 8 x64. I am having two problems with this version of Matlab:
1) The Matlab interface constantly 'freezes'. When it freezes, I can interact with some elements of the GUI (eg, I can double-click on text in the M-file editor and it highlights), but the text insertion point does not show up, and I can't edit or type into the window, and I can't execute any commands in Matlab, even through the menus. However, I can click through the different menu tabs. After about a minute, the GUI responds as normal.
2) Overall, Matlab response is very slow.
This makes it difficult to use Matlab at all, I am thinking about uninstalling and using a older version. Is anyone else having these kinds of problems?
  1 Comment
Mireia Torralba
Mireia Torralba on 8 Nov 2023
I have the same issue, but now happening with the 2022 version. What I am thinking off is about switching to Python, it does not make sense that for whoever knows the reason now it is not possible to make a propper cleaning of the data and therefore it is necessary to restart Matlab from time to time.

Sign in to comment.

Answers (6)

Andrew
Andrew on 15 Sep 2015
Older question, but I think the answer is a spotty connection to a network .m file. I had a dozen m files open, and I could only edit half of them - the ones saved locally. I had a poor network connection, so I think Matlab freezes network files until there is a good connection.
  1 Comment
John Hatrick
John Hatrick on 17 May 2016
Edited: John Hatrick on 17 May 2016
I am having this issue as well, and I think it began just after starting to work from files saved on a network drive. Will try saving the files locally and see if my laggy freezy MATLAB comes back to life.
Update: seems to work! The .m files seem to be the culprit. Luckily it seems .mat or other imported data are OK to source from non-local drives.

Sign in to comment.


Soumendu Majee
Soumendu Majee on 4 Nov 2018
I had the same issue. I couldn't edit text in the editor and the command window. But the GUI buttons still worked.
One hack to solve this is to create a new figure and close it. I added a shortcut button in the toolbar to do the same. Here is the code:
temp_fig = figure;
pause(0.1)
close(temp_fig);
clearvars temp_fig;
Is there any permanent fix?
  1 Comment
Jonathan SOARES
Jonathan SOARES on 6 Oct 2023
It's unbelievable, but it works just fine! I'm using MATLAB 2021a, and it keeps freezing on me. Normally, I have to wait for it to come back, but it starts freezing again shortly after. I can barely save my work before having to restart the program. However, with this solution, whenever I manage to execute the trick, the freezing stops as if I had restarted everything.

Sign in to comment.


Andreas Goser
Andreas Goser on 5 Apr 2013
I am aware of the following customer issue that may or may not be related:
Slow response similar to what you describe, but in the EDITOR. This may be address by changeing strict m-lint settings.
When you re-install, better choose R2013a while you are installing anyway. And if you still encounter issues contact Technical Support.

Jay Carroll
Jay Carroll on 30 Nov 2015
Edited: Jay Carroll on 30 Nov 2015
I have the same problem as the original post. In editor, my backspace button will work, but I cannot type any text until I restart matlab. It has occurred twice in 2 days on Matlab R2015a 8.5.0.197613 64 bit on windows 7. No apparent connection issues. All of my files are local. It is clear this happens on more than one computer. My computer shows no slowdown in the event. I simply can't add text to my script (I can delete as much as I'd like).
  1 Comment
Stephan
Stephan on 1 Mar 2016
Same problem here (Win 7, Matlab 2015b 8.6.0.267246). Any solutions?

Sign in to comment.


Michelle Hirsch
Michelle Hirsch on 25 Mar 2013
Hmmm, this sounds like it might be something about your specific setup - maybe best for MathWorks development to dig in with you to figure out what is going on. I suggest you contact technical support for help. You can submit a service request with the "Request Support" button on the far right side of the Home tab of the Toolstrip.
Sorry that you are having problems - I hope that we can sort them out for you.
- scott

Corey
Corey on 5 Apr 2013
Thanks for the suggestion Scott... I am still having this problem and I often have to close and restart Matlab. The GUI window just doesn't seem to accept any keyboard input in any of the windows (editor or command windows), but I can still use the mouse to click on things, close files, execute scripts, etc.
Since I seem to be the only one having this problem, I may try to reinstall first, and if that doesn't work I'll try your request support suggestion.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!