MatLab crash when opening simulink
8 次查看(过去 30 天)
显示 更早的评论
采纳的回答
Sreeram
2024-10-4
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!
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!