Weird Issue when Opening MATLAB — macOS Big Sur

7 次查看(过去 30 天)
Hi,
I'm on an Intel Mac running macOS Big Sur (11.6.5.) Here's the weird issue I'm having, and which I can neither solve or explain:
Unlike every other application on my system, MATLAB R2021a doesn't seem to comply with Dock's "bouncing effect" when I open it. I've already tried resetting it through System Preferences and Terminal without any success. Is it normal? And what can I do to solve it?
All the best, António

回答(1 个)

Riya
Riya 2024-1-25
Hello,
It's not normal behavior for an application like MATLAB to not show the bouncing effect in the Dock when it's opening, as this is a standard visual cue in macOS that indicates an application is launching.
Here is the command to avoid the crash:
s = settings
s.matlab.editor.InitializeAtStartup.PersonalValue = 0;
This will have the side effect of making the first instance of the Live Editor take longer to open than it otherwise would, but should have no other side effects.
You can refer the following article dealing with similar issue:

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by