Effacer les filtres
Effacer les filtres

Weird Issue when Opening MATLAB — macOS Big Sur

7 vues (au cours des 30 derniers jours)
António Florença
António Florença le 21 Mar 2022
Réponse apportée : Riya le 25 Jan 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

Réponses (1)

Riya
Riya le 25 Jan 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:

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Tags

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by