We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我在设置中privacy & security,acessibility中打开Easydict的权限之后,我的MATLAB就会出现在关闭窗口的时候卡死的问题。取消这一权限这个现象就会消失。网上教程给的原因是后台背景冲突。https://blog.csdn.net/m0_62296894/article/details/137115920
可重现
我是在M1芯片的Mac mini上运行Matlab2023b,当我使用鼠标点击左上角红色关闭按钮,连续关闭多个窗口的时候,就会出现卡死的情况。比如运行 for i = 1:20 figure; plot(1:10,1:10) end 然后在关闭这20个窗口时,大概到第10个窗口左右Matlab就会卡死。使用close(gcf)命令则不会出现这种情况。关闭Easydict在privacy & security,acessibility中的权限也不会出现这种情况。唯独在给于这一权限之后,就会出现卡死的现象。 我是用的Matlab版本如下: MATLAB 版本: 23.2.0.2668659 (R2023b) Update 9 MATLAB 许可证编号: 41183105 操作系统: macOS Version: 15.0 Build: 24A335 Java 版本: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
for i = 1:20 figure; plot(1:10,1:10) end
MMLogs.zip
希望能够解决这一后台背景冲突的问题。
No response
Apple M1, MacOS 15.0 (24A335)
The text was updated successfully, but these errors were encountered:
Hello LeopoldLIANG, Thank you for your first issue contribution 🎉
Sorry, something went wrong.
补充一张截图,这里鼠标在转圈,完全卡死了,需要重启Matlab。截图没能截上鼠标。
用这个方法可以解决:https://ww2.mathworks.cn/matlabcentral/answers/1808195-matlab-r2022a-freezes-on-macos-monterey-12-5-1-when-closing-a-figure?#answer_1324680
很奇怪的问题,可能和苹果的系统取词 API 有问题,这个我们没什么办法。
No branches or pull requests
请先确认以下事项:
问题描述
当我在设置中privacy & security,acessibility中打开Easydict的权限之后,我的MATLAB就会出现在关闭窗口的时候卡死的问题。取消这一权限这个现象就会消失。网上教程给的原因是后台背景冲突。https://blog.csdn.net/m0_62296894/article/details/137115920
该问题是否可以稳定重现?
可重现
重现步骤
我是在M1芯片的Mac mini上运行Matlab2023b,当我使用鼠标点击左上角红色关闭按钮,连续关闭多个窗口的时候,就会出现卡死的情况。比如运行
for i = 1:20 figure; plot(1:10,1:10) end
然后在关闭这20个窗口时,大概到第10个窗口左右Matlab就会卡死。使用close(gcf)命令则不会出现这种情况。关闭Easydict在privacy & security,acessibility中的权限也不会出现这种情况。唯独在给于这一权限之后,就会出现卡死的现象。
我是用的Matlab版本如下:
MATLAB 版本: 23.2.0.2668659 (R2023b) Update 9
MATLAB 许可证编号: 41183105
操作系统: macOS Version: 15.0 Build: 24A335
Java 版本: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
截图
运行日志(zip 文件)
MMLogs.zip
期望结果
希望能够解决这一后台背景冲突的问题。
解决方案(可选)
No response
设备型号 && 系统版本
Apple M1, MacOS 15.0 (24A335)
是否愿意提交 PR 解决该问题?
The text was updated successfully, but these errors were encountered: