Matlab live script codes are not allowed COPY and Paste

20 ビュー (過去 30 日間)
Feiteng Li
Feiteng Li 2018 年 3 月 11 日
コメント済み: Roman Isaenkov 2021 年 11 月 21 日
it's so weird that cannot copy code from livescript, do you have this question. My matlab release is 2017b.
  1 件のコメント
Roman Isaenkov
Roman Isaenkov 2021 年 11 月 21 日
The issue is still the case in 2021b. Even worse - copy/paste does not work in ordinary scripts. I've copied a piece and the only place I could paste it - Command Window. Any solutions?

サインインしてコメントする。

回答 (1 件)

Wentao Du
Wentao Du 2018 年 3 月 14 日
The issue may be temporarily resolved by restarting MATLAB.
Additionally, we believe that a potential cause for this issue is related to the Windows SilentCleanup Task. This issue is explained in detail at the following Microsoft Support page:
You may try out the following steps to test a possible workaround for this issue:
1. Start a command prompt as an administrator.
2. Please disable the SilentCleanup by executing the following command in the command prompt window:
schtasks.exe /change /TN \Microsoft\Windows\DiskCleanup\SilentCleanup/Disable
3. You can always enable it again later with:
schtasks.exe /change /TN \Microsoft\Windows\DiskCleanup\SilentCleanup/Enable
The Windows Build 1709 introduced some new functionality, which removes all empty folders in the TEMP directory. This could be the cause of the copy and paste error.
The bug will be fixed in a future release of MATLAB.
  1 件のコメント
Mehmet Emin Mumcuoglu
Mehmet Emin Mumcuoglu 2020 年 12 月 26 日
I had the same issue with 2018a this solved my problem. Thank you.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB 快速入门 についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!