Matlab Editor does not respond to keyboard inputs

249 visualizaciones (últimos 30 días)
Laurens
Laurens el 7 de Mayo de 2014
Comentada: kh el 24 de Dic. de 2023
Hi Everyone,
My Matlab editor stopped responding to most (but not all!) keyboard inputs. All letters+numbers stopped working, and SPACE as well, but BACKSPACE still works. And Ctrl+C/V also works, but not C or V??? Matlab editor is the only one with this problem, my command window does not have any problems. I'm flabbergasted!
Laurens
ps. Version is R2013a, running on Windows 7 Professional, 64-bit.
ps #2. The problem disappears on restarting Matlab. I'm still very curious though, so if anyone has any ideas...
  3 comentarios
Jenny
Jenny el 1 de Feb. de 2018
Less than 100
Jan
Jan el 21 de Jun. de 2019
Nobody has posted the currently edited M-file here. The user d p posted at least a screenshot: A script starting with clear all and the editor is in the state "continue enter a statement".
I still think, that there is a common pattern behind the different observations. Therefore I encourage all users to add the corresponding code in this thread.
Please give us a chance to idnetify the problem.

Iniciar sesión para comentar.

Respuestas (15)

Zzz
Zzz el 24 de Mayo de 2021
A solution that worked for me:
Right click the live editor path -> click Restore
  4 comentarios
Najia
Najia el 28 de Sept. de 2022
worked thank you!!
kh
kh el 24 de Dic. de 2023
but where is the live editor path, plzz?

Iniciar sesión para comentar.


OIS
OIS el 21 de Abr. de 2017
I have the same issue with R2016a on win7 64-bit machine (only non-escaped keyboard strokes are not accepted). However, I noticed that it only is a problem to the one file I am working with and all other files open in the editor don't have this issue. I used to close Matlab and reopen it and it would solve the problem. Now, I closed the one file with the problem and reopen it and it was fine. A work around but not a solution. Help is definitely still needed!

Eviatar Yemini
Eviatar Yemini el 10 de Oct. de 2021
I think I solved it. Noticed a suspiciously timed Java update that coincided with the issue.
The problem was slowing both my Matlab editor & compiled standalones, so that added to the suspicion that it's a Java issue.
Downloaded the latest Java SE & SDK, then installed them. Problem dissapeared.

Matthew
Matthew el 3 de Jul. de 2014
No idea how to fix it, but I have this problem too. Also 2013a, also Windows7 Pro 64 bit.
My problem corrects when restarting matlab, but my scripts take several minutes to load + process, so it's a bit annoying.

d p
d p el 15 de Jul. de 2016
Editada: d p el 15 de Jul. de 2016
Same here, with an attached pic. r2016, restarting solved my problem.

Jenny
Jenny el 1 de Feb. de 2018
Same problem on 2012b. Very annoying.

iisakson
iisakson el 5 de Mayo de 2018
I have the very same problem on 2015b for a function file.

Johannes
Johannes el 30 de Oct. de 2018
Same Problem for me, running 2017a. Had it happen twice on different files already.

Beatrice Lena
Beatrice Lena el 21 de Jun. de 2019
Problem still there with 2018a...
  1 comentario
Jan
Jan el 21 de Jun. de 2019
Nobody has posted the currently edited M-file here. The user d p posted at least a screenshot: A script starting with clear all and the editor is in the state "continue enter a statement".
I still think, that there is a common pattern behind the different observations. Therefore I encourage all users to add the corresponding code in this thread.
Please give us a chance to idnetify the problem.

Iniciar sesión para comentar.


Mina Gheiratmand
Mina Gheiratmand el 30 de Oct. de 2019
Same issue here. Using Matlab 2018b on Mac. It has happened multiple times working on different codes. Code is not too long. (I feel this time, it might have started when I pressed multiple keyboard buttons at the same time while typing. I checked the keyboard shortcut list in Preferences but no keyword search led to a useful hint there.)
A maybe useful observation is that when I undock the editor or the command window, the keyboard strokes are recognized again and I can type. But when I dock them back into the main Matlab window, the typing is not recognized again.
p.s. I do not see a "continue entering statement" comment.

yapeng shi
yapeng shi el 28 de Nov. de 2019
Please check Matlab keybord shortcuts perferences. Maybe it's because you use 'C', 'V' or other characters as the shortcuts to response the action rather than typing.

Johann Martinez
Johann Martinez el 8 de Mzo. de 2021
Matlab R 2020b also freezes on keyboard after some runs!!!
Are here some workaround about this issue?
Thanks in advance.
  1 comentario
Joshua Diamond
Joshua Diamond el 23 de Abr. de 2021
I found a strange workaround. This is creating any error (like try typing saveas with no arguments). Of course this would have to be done before the error occurs. Then once you have the inability to type, you can click the red error text. This pops up a little information window. After this, you should be able to type.

Iniciar sesión para comentar.


Joshua Diamond
Joshua Diamond el 23 de Abr. de 2021
Editada: Joshua Diamond el 23 de Abr. de 2021
I found a strange workaround. Some things have worked including right clicking the command window and clearing it; running a function (by clicking the name of the function in recent commands); opening a new editor window and closing it.
But one thing works most reliably. This is creating any error (like try typing saveas with no arguments). Of course this would have to be done before the error occurs. Then once you have the inability to type, you can click the red error text. This pops up a little information window. After this, you should be able to type.
I'm using 2020b, Mojave 10.14.6. I'm also screen sharing.

Haris K.
Haris K. el 3 de Oct. de 2021
Same problem here. I am using MATLAB R 2020b.
Same issue like everybody else. Shortcuts like Ctrl+C and Ctrl+V work. Selecting part of code and hitting F5 works. Arrows (up,down,left,right) work. Backspace works. Anything else, does not work.
I have (and had prior to execution) other script files open, and everything works as expected (to those other scripts). Nothing really suspicious appears, neither any message in the status bar at the bottom (i.e. next to the parallel pool icon).
I had been running this code for a few days, I tried making some changes to the code while running. Usually this works, but it wouldn't allow me any changes (i.e. keystrokes stopped functioning) after some time. At first, because the script was still running, I thought that this is something MATLAB is doing to avert some issue due to the fact that the code was still running. Then the code stopped (-I forced it to stop because I needed the results to catch a deadline), but the issue continued and I sought a solution in the forums. Unfortunately, no solution yet.
  1 comentario
Haris K.
Haris K. el 3 de Oct. de 2021
Let me add that colsing and re-opening that paritcular script (-just the script is enough; not the entire MATLAB session as someone else suggested), corrected my issue.

Iniciar sesión para comentar.


hamed amini
hamed amini el 17 de Ag. de 2022
the same problem with
MATLAB Version: 9.9.0.1467703 (R2020b)
Operating System: Microsoft Windows 10 Enterprise Version 10.0 (Build 19044)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by