Matlab 2020b crashes everytime I close a figure manually

78 ビュー (過去 30 日間)
snj
snj 2020 年 11 月 13 日
コメント済み: Xiang 2024 年 1 月 29 日
On macbook pro, Matlab 2020b crashes (or rather hangs/becomes unresponsive) everytime I close a figure manually, i.e. click the red cross on the figure window. Close all works fine though.
Sune
  7 件のコメント
Igor Gitelman
Igor Gitelman 2022 年 5 月 25 日
On macOS 12.2.1, Matlab R2022a. Block Gramerly for matlab do the job.
Shaima Guediri
Shaima Guediri 2022 年 7 月 20 日
let me share with you a simple solution that I found and it solved this issues , I read some solution from this link:https://www.mathworks.com/matlabcentral/answers/866895-matlab-is-very-slow-on-macos-big-sure
and found this one by Fenglong Song, so all you have to do is goto -> General -> Source control and select 'None'.
and that solved my problem with matlab freezing each time I close a plot

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

回答 (9 件)

ruubef
ruubef 2022 年 1 月 26 日
編集済み: ruubef 2022 年 1 月 27 日
The app "Grammarly" also generates this issue. Disintalling Grammarly solves the problem.
  5 件のコメント
MIHIR GAGLANI
MIHIR GAGLANI 2022 年 5 月 10 日
Same here grammarly causing the Matlab to fail either furing uigetdir or while closing a figure. Thanks a lot for your solution.
Xiang
Xiang 2024 年 1 月 29 日
Thanks! It works for me too. Remember to uninstall all applications related to Grammarly.

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


James Huth
James Huth 2024 年 1 月 3 日
I have the same problem with R2023b. Try to close scopes... crashes and I get spinning beach balls.

Walter Roberson
Walter Roberson 2020 年 11 月 13 日
That can happen if you have a ClosereqFcn callback that does not return.
To examine this, check
fig = gcf;
disp(get(fig, 'CloseRequestFcn'))
disp(get(groot,'DefaultFigureCloseRequestFcn'))
Normal is to see closereq for both of those, and for
>> which closereq
/Applications/MATLAB_R2020b.app/toolbox/matlab/graphics/closereq.m
  2 件のコメント
snj
snj 2020 年 11 月 16 日
Thanks for your answer. I get 2 x closereq, and /Applications/MATLAB_R2020b.app/toolbox/matlab/graphics/closereq.m
Bo Liu
Bo Liu 2022 年 8 月 15 日
Thanks for the ansewr! This is also the issue for me. But how can I resolve this problem?

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


Ameer Hamza
Ameer Hamza 2020 年 11 月 13 日
I also saw this problem recently on macOS. This problem is caused by how MATLAB respond to accessibility API. Read the answer here: https://www.mathworks.com/matlabcentral/answers/480796-not-responding-on-startup-macos-mojave. One of the other apps on your macOS is causing this problem (apparently not their fault, rather how MATLAB responds to those apps). The only workaround is to disable the accessibility API for that app. You need to do trial and error to find out which app is causing the issue.
  1 件のコメント
snj
snj 2020 年 11 月 16 日
Thanks for your answer. This could be the case, I will check and get back with outcome.

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


Wayne Martin
Wayne Martin 2021 年 3 月 14 日
I have this problem on Windows. When I look at the status of the Matlab program, it is waiting on network io. It always clears itself in anthing from a few seconds to a few minutes, as though something responds or times out. Dont' know what it's waiting for?

Abhishek Shah
Abhishek Shah 2024 年 1 月 18 日
I have the same problem also with R2023b. Whenver I try to close the figures manually with the red x on the top left corner, it crashes (application does not respond while I get the spinning beach ball).

tetonedge
tetonedge 2021 年 1 月 29 日
It is usually Magnet or something similar
  2 件のコメント
snj
snj 2021 年 1 月 29 日
I don’t have Magnet or any other window manager
Vincent Beaulieu
Vincent Beaulieu 2022 年 6 月 13 日
Moom Many Tricks may as well cause issues.

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


FEDERICO
FEDERICO 2024 年 1 月 4 日
Same problem here while using PLS Toolbox, every time i close a figure i get the spinning beach ball, I tried reinstalling everything but nothing has changed. MBP 14 M1 Pro with Sonoma 14.2.1 and Matlab 2023b.

Athar Ali
Athar Ali 2022 年 8 月 28 日
I experience same issue on MAC book Pro. Matlab 2020b and Matlab 2022a. While editing the figure or scope image.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by