필터 지우기
필터 지우기

Weird Issue when Opening MATLAB — macOS Big Sur

조회 수: 7 (최근 30일)
António Florença
António Florença 2022년 3월 21일
답변: Riya 2024년 1월 25일
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