Azzera filtri
Azzera filtri

Weird Issue when Opening MATLAB — macOS Big Sur

7 visualizzazioni (ultimi 30 giorni)
António Florença
António Florença il 21 Mar 2022
Risposto: Riya il 25 Gen 2024
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

Risposte (1)

Riya
Riya il 25 Gen 2024
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:

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by