Copy and paste not working in the MATLAB editor?

Hi, I think my MATLAB updated to the latest version this morning. Now the copy and paste functions don't work. Copying from other applications and pasting into MATLAB doesn't work. Copy and paste still works in other programs, but I can't paste into the MATLAB editor window.

9 comentarios

Frank
Frank el 20 de Oct. de 2022
I have been following this thread for some time. It seems the powers that be are aware of the problem and are "working on it." I run 2022b under Windows 10 and David Veit's simplification of my own workaround below has been working fine for me: when paste fails to work while editing (I usually edit .m or .mlapp files) just open up another editing pane and then go back to the one you were editing. No pasting or typing into the new pane seems to be needed and copy/paste works again in the original pane. So far I have not seen a recurrence after that.
Image Analyst
Image Analyst el 20 de Oct. de 2022
@Frank Please see my post:
If you saw it, was it the copy that wasn't working, or the paste? What was in your clipboard?
Frank
Frank el 21 de Oct. de 2022
Image, I don't remember checking what was in my clipboard when this happened in the past, but the next time it happens I will check to see. However, I used to fix it by opening up another editor pane and then pasting what was in my clipboard (that did not paste successfully into the original pane) into that other editor pane. The text I had copied was successfully pasted into the new (empty) editor pane. After I did that, and I went back to my original editor pane, I could then paste what was in the clipboard into the original pane. Typically it would be one or a few commands or numbers I want to use in some new function, copied from another edit pane or from some other source such as a word or excel file or something on the web.
So, in answer to your question, it appears from my experience that my problem is a paste problem and not a copy problem. As I said, the next time it happens I will check the clipboard explicity (if I remember, sometimes I am a bit single minded and obsessive when working).
Also, as I said in my last post, David Veit noted that one does not have to actually paste into the newly opened editor pane to fix the problem. When the problem appears, just opening up another blank pane, then doing nothing but going back to the original pane, the problem seems to have disappeared and pasting successfully pastes what one thought they copied into the original pane. That is what I do now.
I used R2020a for quite a time, and the clipboard usually stopped working when I was on app designer, but worked absolutely well on matlab editor. But now I updated to R2022a and the problem spread to matlab editor as well.
:(
Image Analyst
Image Analyst el 21 de Oct. de 2022
@Wictor Oliveira, and (hopefully you've read all of this thread), when you looked at the clipboard with the clipboard viewer, did you determine if it was a copy problem, or a paste problem?
Frank
Frank el 22 de Oct. de 2022
Image, I was just working on something and the paste fail happened. Dutifully, I remembered your request and downloaded the Free Clipboard Viewer 4.0. I was editing a .m file and had copied the very nondescript command text "ATT = A(2:3:end);" which I simply wanted to move from one place to another. I tried to paste it into another line in the .m file and paste did not work, the "paste" selection from right click was greyed and the keyboard shortcut Ctrl-v did not work. I immediately downloaded the viewer and the text above was shown to be the contents of the clipboard. When I next opened up another tab containing an untitled .m file, did nothing else but go back to the original .m file I was editing, the paste dropdown entry was not greyed and paste worked into the original .m file. All the while the viewer showed the same contents.
From ver, I get
MATLAB Version: 9.13.0.2049777 (R2022b)
MATLAB License Number: [redacted]
Operating System: Microsoft Windows 10 Pro 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
Hope this helps somebody fix it.
Image Analyst
Image Analyst el 22 de Oct. de 2022
@Frank, so that seems to indicate it's a paste problem. They're going to give me some code to log some things on Monday but I haven't had this happen to me in a couple of weeks or so. If you're having it happen to you more frequently, they may give you the same debugging/logging code. They would contact you from your profile page.
Frank
Frank el 23 de Oct. de 2022
Editada: Frank el 23 de Oct. de 2022
@Image Analyst , I hate to complicate the issue, but I have just noticed something I had not seen before, but it seems related. I have been working quite a long time tonight on something and have begun to notice that sometimes (currently about every 15 minutes or so) the editor stops responding to keyboard entries completely. By this I mean if I type any key, the editor does not respond by entering that keystroke into the editor pane. I can move the cursor around and select things but things like backspace and entering text do not work. I have not characterized it very well yet, but it seems similar to this thread
which has been ongoing for some time and some commenters there claim it may have something to do with Java versions. In my case, the "open another editor pane" fix for the copy/paste issue also clears the keyboard lack of response, but I think other methods may also work. I have no idea if the two issues are related but it seems suspciously similar. I will watch it. If it keeps up I may fiddle around a little bit to try to tie the issue down a little more.
Go to
Home>>Preferences>>Keyboard>>Shortcuts
Here search copy and assign Ctrl+C as well as Ctrl+V to paste. In matlab the shourtcuts are different so Ctrl+c and Ctrl+V don't work Once you assign this it works as usual.

Iniciar sesión para comentar.

 Respuesta aceptada

Oliver Jaehrig
Oliver Jaehrig el 25 de Ag. de 2023
This is a known bug and was fixed in releases R2022b Update 6 and R2023a.
If you still observe a similar behavior, please report it to the Technical Support team by creating a Service Request:
Please do not forget to send the following information:
Output of this command:
ver -support
and the full reproduction steps.

Más respuestas (17)

Frank
Frank el 20 de Feb. de 2022

23 votos

I have been having this same problem with 2021b. It seems not to happen after just opening matlab but starts after a time (not more than 20ish minutes). I can close matlab and restart and that seems to work for a short while also. I checked my keyboard shortcuts preferences settings and Windows is selected not emacs. Plus it is not just the Ctrl+C, Ctrl+V (i.e. the shortcuts) that are not working but the "copy" and "paste" options are not in dark font in the right-click pop up menu, and are not selectable, regardless of whether there is anything in the clip/copy memory. I have found one workaround that seems to be working without fail, but it is still annoying. I found that if I have copied something that I want to paste into a function, I can open up a new script, which allows me to paste into the new script. Then if I copy from the new script I can paste that back into the function where I had wanted to paste it in the first place. Curious. Not monumentally disastrous, but definitely annoying.

21 comentarios

Ana Fernández
Ana Fernández el 21 de Feb. de 2022
Editada: Ana Fernández el 16 de Mzo. de 2022
Same problem here. I also seems to affect only the Editor. The command window works fine with copy/paste. The second shortcut option for copy/paste (appearing in the keyboard shortcut preferences ) Ctrl+Insert / shift+insert does work... Well, not always
Same problem here.
Not a settings issued
Rik
Rik el 24 de Feb. de 2022
This answer should probably be reposted as a comment or a separate question.
Update 3 was published recently, you could check if this is reported as one of the fixed bugs. You may also consider submitting it as a bug report if it isn't already.
mkoh
mkoh el 28 de Feb. de 2022
Same problem here also with R2021b Update 3
Yiyang Jiang
Yiyang Jiang el 8 de Mzo. de 2022
same here +1
liangfang LI
liangfang LI el 9 de Mzo. de 2022
+1...
hao pan
hao pan el 11 de Mzo. de 2022
+1 ... same problem in R2021b Update 3 and Update 2 64-bit...
+1 I still see this:
(R2021b) Update 3 64bit, windows enterprise
Jingxi Weng
Jingxi Weng el 6 de Mayo de 2022
+1, so annoying, I am also using 2021b. I have to open a new editor and paste there.
Steve Shelby
Steve Shelby el 2 de Sept. de 2022
Same problem in 2022a. Works again after closing & reopening the file in the editor (no MATLAB restart).
  • The Windows keyboard shortcuts are indeed enabled for CTRL+C and CTRL+V. Not the problem.
  • It doesn't work using keyboard shortcuts, nor menu selection. It is beyond the keyboard shortcuts.
  • The copy command is not copying anything, so there is nothing to paste.
  • When I close and reopen the file I'm working with then it seems to work fine.*
  • *I wanted to copy from file A to file B. Could not even cut and paste from file B to file B. Could edit it, typing to add text, and save it, but could not copy or paste. Closed and reopened file B (didn't close and reopen A), and then I could copy and paste from file A to file B.
Charles Archibald
Charles Archibald el 30 de Sept. de 2022
Editada: Charles Archibald el 30 de Sept. de 2022
Using 2021B, does not work at all in the Variable Editor. Crtl-C/V works every where else. In 2016B on the same computer it works as expected. This is duplicate on several other computers at my location. All have the correct keyboard prefences enabled.
Very frustrating!
Using Windows 10 latest updates.
Jiali Chen
Jiali Chen el 7 de Oct. de 2022
+1 R2020a at win11 Pro platform
Same problem in 2022b on windows 10 Enterprise version 21H2. The only solution I found is as follows. I can open up a new script, which allows me to paste something on it. After pasting something on it, the other scripts (which had paste problem) allowed me to paste the clipboard. It's weird and annoying, but it works so far.
Frank
Frank el 23 de Oct. de 2022
It may be even weirder. David Veit discovered that when the copy/paste fail happens, just open up another script or .m file (without even pasting into it), then go back to the original pane and voila, the problem is gone. That is what I do now. There are so many dangling threads on this conversation I have lost track of where the current status is, but I think the problem is being "worked" somewhere. I have my suspicions where the problem may lie, but all many of us truly care about is getting the quantitative suff we want done and not fooling around with arcane coding issues. I have a follow on it so that if it gets fixed I might find out.
Shiwei LIN
Shiwei LIN el 13 de Mayo de 2023
Thank you. I found the same problem. And the workaround is that open a new script and paste something into it. Then you will find you can copy and paste in any other scripts.
Matthew Bolan
Matthew Bolan el 25 de Jun. de 2023
I can't believe that's what fixed it but opening a new script and pasting in there does indeed fix it.
Frank
Frank el 25 de Jun. de 2023
Matthew, somewhere later in the thread it is noted that you don't have to actually paste into the new editor pane, just opening it seems to fix the problem. In all, this is a trivial thing to workaround, but it is just an annoying "feature" I hope they fix definitively soon. As an aside, I have been working with release 2023a for a while now and it seems the problem occurs much more rarely, if at all. I don't know if they actually fixed anything or if subsequent releases jumble the ancillary software enough that the problem goes away. Seems like it has gone from being a bohrbug to being a heisenbug.
Maksim
Maksim el 5 de Sept. de 2024
Caught that bug on R2024a and solution still works
Image Analyst
Image Analyst el 5 de Sept. de 2024
Contact tech support. Call then or go here: Bug Reports
I believe it was fixed 2 years ago. At least I have no longer experienced it.
Steven Lord
Steven Lord el 5 de Sept. de 2024
If you're using update 7 of release R2022b or later or release R2023a or later and cannot copy and paste into the Editor, please contact Technical Support directly using this link and describe the exact process with which you can reproduce this behavior. [If you have software that can let you record your interactions with the Desktop, recording a video showing your steps could be very useful.]

Iniciar sesión para comentar.

Philippe Lebel
Philippe Lebel el 27 de Dic. de 2018
Editada: Philippe Lebel el 27 de Dic. de 2018

10 votos

this will maybe seem redundant, but for precision of answer:
the path to change the keyboard setting in order to allow copy-paste as mentionned in Ed's post is:
HOME -- > Preferences --> MATLAB --> Keyboard --> Shortcuts.

2 comentarios

Adnane CHAKIR
Adnane CHAKIR el 2 de Mzo. de 2023
thank you bro .. by changging active setting to windows default it works
omg thank you!

Iniciar sesión para comentar.

Frank
Frank el 4 de Oct. de 2022

10 votos

Just upgraded to R2022b on Windows 10 and the problem still exists.
My work around still works: when editing functions, scripts, etc and the failure to copy/paste occurs, I just open up a new edit pane and paste into that. After doing that, when I go back to what I was editing, paste works fine. At this stage it is only a minor inconvenience for me.

4 comentarios

godfreap
godfreap el 23 de Nov. de 2022
Wow, I can't believe that works. Thanks man!
Charles Lee
Charles Lee el 6 de Feb. de 2023
It works! Amazing! Thanks so much!
Jenberia Getnet Demil
Jenberia Getnet Demil el 18 de Feb. de 2023
Editada: Jenberia Getnet Demil el 18 de Feb. de 2023
I found it as a proper solution. Thank you!
Adam
Adam el 4 de Jul. de 2023
It works for me !

Iniciar sesión para comentar.

Image Analyst
Image Analyst el 9 de Mzo. de 2022

6 votos

I've found that every 3 or 4 days with r2021b, paste won't work in the editor. I can paste to the command window and other places outside MATLAB, but not into the command window. Restarting MATLAB seems to fix it.
McG
McG el 18 de Mzo. de 2022

4 votos

I have the same problem both with R2021b update 3 and R2022a. Sometimes, but I don't know exactely when and why, paste command doesn't work. After restarting matlab everything starts to works again for undefined time (1 minute, 1 hour, 1 day...).

3 comentarios

That's good thing to know that the bug also exists in R2022a. I have contacted MathWork's customer service and they are aware of this bug and working towards resolving it. Good thing that I saw your comment before upgrading to R2022a. Right now, it feels more like downgrading to a previous non-buggy version..
Image Analyst
Image Analyst el 22 de Mzo. de 2022
Editada: Image Analyst el 22 de Mzo. de 2022
@Leonidas Mavroudakis The previous version is not free of bugs. Every large complicated software has bugs. Even Microsoft, HP, Oracle, Apple, Google, Facebook, etc. have bugs in their software. As versions progress, old bugs get fixed, but unfortunately new bugs get introduced (though mostly in newly-added functionality).
For a list of known bugs in MATLAB and Simulink, go here:
ILoveMATLAB
ILoveMATLAB el 10 de Sept. de 2022
McG
I started to have this problem last week in 2022a. Closing and reopening the editor tabs fixes the issue on my machine temporarily.

Iniciar sesión para comentar.

Steve Shelby
Steve Shelby el 2 de Sept. de 2022
Editada: Steve Shelby el 26 de Oct. de 2022

4 votos

Same problem in 2022a. Works again after closing & reopening the file in the MATLAB editor. No restart needed.
  • The Windows keyboard shortcuts are indeed enabled for CTRL+C and CTRL+V. Not the problem.
  • It doesn't work using keyboard shortcuts, nor menu selection. It is beyond the keyboard shortcuts.
  • I can generally paste what I copy to other files in other editors, ... just not to any file in the MATLAB editor.
  • When I close and reopen the file I'm working with then it seems to work fine.
  • Once I close & reopen just one file, ... issue seems to go away for all files.

4 comentarios

Image Analyst
Image Analyst el 18 de Oct. de 2022
We'd like others to double check this when it happens. So, if it happens to anyone, try installing a free clipboard utililty like https://freeclipboardviewer.com/
Then open up the clipboard viewer and see if anything goes into the clipboard when you copy. This will help us narrow down if it's a copy problem or a paste problem.
Steve Shelby
Steve Shelby el 26 de Oct. de 2022
I was able to copy using keyboard shortcuts, and paste to a file in another editor.
Steve Shelby
Steve Shelby el 26 de Oct. de 2022
Using Windows 10 Enterprise. MATLAB 2022a.
Piotr Balik
Piotr Balik el 20 de Abr. de 2023
Wow! I think simple reopening works like a charm. Helped me once just now :D

Iniciar sesión para comentar.

David Veit
David Veit el 28 de Sept. de 2022

4 votos

Same problem here R2022a Update 5. Problem still exists.
It is not a problem with the keyboard shortcuts as also copy/pase using context menu is not working. Works outside MATLAB and Editor restart temporarily "fixes" the problem.
Ed Marquez
Ed Marquez el 26 de En. de 2017

3 votos

Hi,
The keyboard short-cuts for Copy (Ctrl+C) and Paste (Ctrl+V) may not work if the "Editor/debugger key bindings" preference is set to "Emacs" instead of "Windows". This may be worth checking for your MATLAB.
In order to check the MATLAB Keyboard preferences File -- > Preferences --> Keyboard --> Shortcuts. If the "Active Settings" option is set to "Emacs", the Copy (Ctrl+C) and Paste (Ctrl+V) features will be disabled. To enable these features, change the "Editor/debugger key bindings" option to "Windows" and click on the "Apply" button in the right bottom corner of the "Preferences" window.

4 comentarios

You-Seong Chae
You-Seong Chae el 20 de Sept. de 2018
I have the same problem, tried your solution. but mine was already set to "Windows". In my case, the 'copy and paste' works if I restart the matlab program. But I have to do this every time I reboot my computer. finding for a solution.,
Lawrence Marks
Lawrence Marks el 25 de Sept. de 2018
I have this same problem. I don't have a problem with copy and paste outside of Matlab. In MATLAB, often it will stop allowing me to copy the code in live editor and paste into notepad etc... The only way to continue working is to close Matlab and then start it again.
Larry
JFLabrie
JFLabrie el 6 de Dic. de 2018
Similar issue on MATLAB Version: 8.5.0.197613 (R2015a).
Works for a while, then it stops working. I need to restart Matlab and it works again for a while.
My preferences indicate: "Windows Default Set".
I can copy from Workspace and paste to Windows Notepad.
I can copy from Editor and paste to Windows Notepad.
I can't paste to Workspace wherever come my copied data.
I can't paste to Editor wherever come my copied data.
That makes me believe the copy function still work in Matlab but that it is the paste function that turns off or has an issue after working with Matlab for a while.
amin ya
amin ya el 30 de Dic. de 2018
Same here. Restart helps but annoying.

Iniciar sesión para comentar.

Mattias Arlbrant
Mattias Arlbrant el 11 de Ag. de 2022

3 votos

Copy-paste randomly stops working in 2022a. It has been like this for many years now. Please fix this ASAP, it is incredibly annoying.
Btw, "Every large complicated software has bugs" is a horrible excuse for ignoring serious bugs for years. Years!
Mathworks has a very unfortunate tendency to prioritize adding new unstable functionality instead of making the basics work.

5 comentarios

Image Analyst
Image Analyst el 11 de Ag. de 2022
There is no proof they are ignoring it. As a software developer myself I know that intermittent bugs that happen with end-users using different hardware and possibly different platforms than me, and that cannot be reproduced on my computer, are one of the most difficult bugs to solve. Has that situation ever happened to you @Mattias Arlbrant? How did you solve it? By the way, I have also experienced the copy-paste stop working on occasion, like around every 2 weeks or so.
Mattias Arlbrant
Mattias Arlbrant el 11 de Ag. de 2022
Editada: Mattias Arlbrant el 11 de Ag. de 2022
"Proof?" Please. Several years have passed. They clearly haven't solved it. That is so because they have assigned this bug low priority, thereby effectively ignoring it.
I have actually never encountered a frequently occurring bug which could never be reproduced. Sure I have encountered bugs that I could not reproduce on the first try, but then someone else always could. And we are not talking about someting rare and unimportant here, we are talking about copy paste not working in a code editor! A problem experienced by a lot of people. For years.
Rik
Rik el 11 de Ag. de 2022
We're not talking here about a bug that can't be reproduced. We're talking about a bug that is apparently extremely tricky to reproduce. I have not spotted any pattern whatsoever. Have you?
And what exactly is a frequently occurring bug? For me the problem is rare enough that I haven't even bothered to report the bug. I know Mathworks is aware, but I suspect bugs would be assigned higher priority if more people report it. Have you reported it?
Walter Roberson
Walter Roberson el 10 de Sept. de 2022
Datapoint: I have never had this happen on MacOS Catalina.
I have in the past seen reports of software problems that turned out to depend on the exact processor model together with the order that operating system and DLL updates were installed. Knowing the installed software versions was not enough even if you happened to have the right processor model: you had to have updated in a particular order for the problem to happen.
For example if the first time you installed a particular runtime DLL was after a particular OS update then the problem might occur, but if you had the runtime already installed at the time of the update then even though the update process involved upgrading the DLL, then the problem might not occur. Same installed software, different results (this kind of problem is sometimes a matter of different registry entries, but sometimes different internal versions of the software can get installed...)
Some problems are just really hard to reproduce. They might affect some people a fair bit and yet never occur on the test systems.

Iniciar sesión para comentar.

David Veit
David Veit el 4 de Oct. de 2022

3 votos

Viewing at the suggestions I found out that for me it is enough to switch to another editor tab in the same window and back, without any pasting or typing in the other window. Just switching is enough for me. Note that it has to be in the same Editor Dock Window to work.

1 comentario

It just happened to me after not happening for about 7 weeks. It's in the clipboard (I can see it) but it won't paste. Just switching editor window to a new m-file and then switching back did not allow me to paste it, so that didn't fix it. I had to close down the "bad" m-file and reopen it. Then I could paste into it again.

Iniciar sesión para comentar.

hadi sh
hadi sh el 29 de Mzo. de 2023

2 votos

I have same problem with a little difference. cntrl+c does not work but cntrl+v does. when i run matlab without adminstrator permision problem is fixed and all key works properly.

2 comentarios

Yongzhen Mi
Yongzhen Mi el 3 de Nov. de 2023
Thanks for the answer! I had the same problem with you. Running without being the administor does solve the problem!
Image Analyst
Image Analyst el 3 de Nov. de 2023
@Yongzhen Mi it was probably just because you restarted it, not because of admin mode. Even when I was getting this problem with earlier versions, it was fairly rare, intermittent, and unpredictable and not reproducible, but simply restarting it would fix it and the problem wouldn't occur for days or weeks after that. But since I've upgraded to R2023a and 2023b I've never experienced the problem again. I suggest you upgrade.

Iniciar sesión para comentar.

Alon Keren
Alon Keren el 23 de Mayo de 2023

2 votos

I have the same problem in R2022b, Windows10 Version 22H2.
The problem was solved by closing and reopening the m-files.

1 comentario

Image Analyst
Image Analyst el 23 de Mayo de 2023
I upgraded to r2023a and I have not experienced it yet. Try upgrading.

Iniciar sesión para comentar.

Aghamarsh Varanasi
Aghamarsh Varanasi el 4 de Oct. de 2022

1 voto

Hi everyone,
We are aware of this issue and we are investigating it. We will try to fix this in a future release.
Further, if you are facing this issue, let us know which OS you are facing this, the MATLAB Version, also if you are facing this in regular editor, live editor or App designer. This will help us to narrow down the issue.

9 comentarios

Tom Hartley
Tom Hartley el 4 de Oct. de 2022
I've had this problem for a couple months. I now use the same workaround mentioned by Frank above: Open a new tab, paste into it, then go back to the file I was working on. This workaround is superior to closing the file because the undo-history is still preserved.
Using plain m-files in regular editor mode.
MATLAB Version: 9.12.0.1927505 (R2022a) Update 1
Operating System: Microsoft Windows 10 Pro 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
Image Analyst
Image Analyst el 4 de Oct. de 2022
From my "ver" command:
MATLAB Version: 9.13.0.2049777 (R2022b)
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
Thanks Tom for the workaround. That might be faster than restarting MATLAB.
same problem.
MATLAB Version: 9.11.0.1809720 (R2021b) Update 1
MATLAB License Number: 40558509
Operating System: Microsoft Windows 10 Enterprise LTSC Version 10.0 (Build 17763)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
Devid Bianco
Devid Bianco el 6 de Feb. de 2023
For me, it happens in the Live Editor.
MATLAB Version: 9.12.0.2009381 (R2022a) Update 4
Operating System: Microsoft Windows 10 Pro Version 10.0.19044
Isaac Asher
Isaac Asher el 14 de Feb. de 2023
I'm seeing the same issue in the regular editor.
MATLAB Version: 9.11.0.1873467 (R2021b) Update 3
Operating System: Microsoft Windows 10 Pro Version 10.0 (Build 19043)
Image Analyst
Image Analyst el 14 de Feb. de 2023
I heard from the developer that they think they have a lead for why it might happen, but I haven't heard from them when they might release a patch or corrected code. They haven't decided that yet.
John Murphy
John Murphy el 18 de Mzo. de 2023
Editada: John Murphy el 18 de Mzo. de 2023
Seems to happen more frequently for me when the code I am editing is on a remote drive.
Version for me:
MATLAB Version: 9.13.0.2193358 (R2022b) Update 5
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
I also experience this problem:
MATLAB Version: 9.13.0.2080170 (R2022b) Update 1
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
My hardware is:
Dell OptiPlex 7040 with an Intel Core i7-6700 CPU
NVIDIA GeForce GTX 745 running driver version 528.49
Image Analyst
Image Analyst el 24 de Mayo de 2023
Like I said, I upgraded to r2023a and I have not experienced it yet. Try upgrading.

Iniciar sesión para comentar.

Simon Robledo Cardona
Simon Robledo Cardona el 27 de Mzo. de 2023
Editada: Simon Robledo Cardona el 27 de Mzo. de 2023

1 voto

I have the same problem in R2022a, regular editor, in Windows 10. Is it fixed already in R2023a?

1 comentario

Image Analyst
Image Analyst el 27 de Mzo. de 2023
Please click on the "I have the same question" button up under the original question.
The developer has not let me know explicitly if they've fixed it yet, so I'm not sure. I upgraded to r2023a and I have not experienced it yet, but even before I upgraded it only happened every few weeks or so, so I can't say for sure yet.

Iniciar sesión para comentar.

Ayushman Agrawal
Ayushman Agrawal el 20 de Jun. de 2023

0 votos

Problem still exists in R2023a. Ctrl+C doesn't work in app designer code editor. Ctrl+V works fine. Also I can still copy using right click and selecting "copy", but the keyboard shortcut just doesn't work. Please fix this.

1 comentario

Dear Ayushman Agrawal please create new file and write something then clear it. then the copy paste shortcut will work fine.

Iniciar sesión para comentar.

Raphael
Raphael el 11 de Oct. de 2023

0 votos

I am facing the same issue in version 2023a. Macros ctrl+C, ctrl+V and crtl+X are working intermittently. Right clicking and selecting copy, paste and cut is not working as well (the option is not greyed out, but nothing happens).

2 comentarios

Dyuman Joshi
Dyuman Joshi el 11 de Oct. de 2023
@Raphael, Best to file a service request. Follow the steps mentioned in the accepted answer.
You can also go through the workarounds others have mentioned in this thread.
Raphael
Raphael el 11 de Oct. de 2023
@Dyuman Joshi I'll file a service request, thank you. The "workaround" I was able to use was dragging and droping, for some reason that was working.

Iniciar sesión para comentar.

Kevin
Kevin el 29 de En. de 2024
Editada: Kevin el 29 de En. de 2024

0 votos

Seems to be caused by MathWorks' "dark mode" beta bug.
So early on, soon after installing MATLAB 2022, I was getting annoyed by the assault of bright light anytime I opened the MATLAB screen, since my Windows and every other app is set to dark mode. There was no native MATLAB ability to choose a different theme so I searched online and found a way to do it by using MathWorks' beta version of "New Desktop for MATLAB". Forgot that I had even done that.
Using Simulink today, I noticed copy/paste wasn't working and neither was the "Layout" button in the scope properties. Tried a bunch of stuff including restarting MATLAB and rebooting. Going into MATLAB to look at preferences, I noticed a sticky option at the top of the toolbar to revert back to the old desktop for MATLAB. I clicked that, MATLAB restarted, and everything works great now . . . well, except I need to squint every time I activate the MATLAB screen until my eyes adjust.
As of this post, with the latest 2023 version, there still does not appear to be native MATLAB dark mode.

1 comentario

Adam Danz
Adam Danz el 29 de En. de 2024
Note that the majority of reports in this thread were prior to the 2023 beta desktop release.

Iniciar sesión para comentar.

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Preguntada:

el 20 de En. de 2017

Comentada:

el 12 de Mzo. de 2026

Community Treasure Hunt

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

Start Hunting!

Translated by