MatLab crash when opening simulink
21 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello Community,
I try to open simulink app and whole MatLab app crashes, and error window comes. Sometimes simulink work and sometimes crash. I use MatLab2024a.
How I fix it!!
Risposta accettata
Sreeram
il 4 Ott 2024
Hi Navajyoti,
It is a known issue that MATLAB might sporadically crash on Linux when starting Simulink as captured here:
To reduce the likelihood of this issue, execute the command
load_sl_glibc_patch
in MATLAB Command Window before starting Simulink. You may consider invoking this command in a startup.m file, so that the command need not be executed each time MATLAB is reopened.
You may consider downloading the patch published by MathWorks:
The instructions to patch are given in the README section of the repository.
I hope this helps!
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!