MATLAB: MATLAB Crashes on Startup after showing “Starting Simulink” on the bottom left

MATLABsimulink

When I open MATLAB it crashes on startup. On Startup the MATLAB UI is displayed. In the bottom left it says "Initializing…" and then says "Starting Simulink". At this point MATLAB crashes.

Best Answer

By default, Simulink will not start when MATLAB starts up. Find any "startup.m" file in the userpath folder.
The user path folder is usually found at the following locations:
  • Windows® platforms — %USERPROFILE%/Documents/MATLAB.
  • Mac platforms — $home/Documents/MATLAB.
  • Linux® platforms — $home/Documents/MATLAB if $home/Documents exists.
Rename the "startup.m" file to "startup_old.m".
The startup file may have been created when installing third-party software. Deactivating this file by renaming it should resolve the crash.