No puedo abrir simulink

Al entrar a matlab e intentar abrir simulink me aparece este error
Unable to resolve the name 'sltemplate.ui.StartPage.show'.
Aunque ya habia usado matlab con anterioridad sin problemas recien intente por primera vez entrar a matlab no se como arreglarlo.

Answers (1)

Hi Luis,
This error usually means Simulink isn’t installed correctly or the MATLAB path is corrupted. It shall be resolved by follwing steps -
1. Check if Simulink is installed -
Run the follwing on command window -
ver
2. Restore MATLAB default path -
Run the follwing on command window -
restoredefaultpath
rehash toolboxcache
savepath
Restart MATLAB.
For sny further queries on the above given command kindly refer - https://www.mathworks.com/help/matlab/ref/restoredefaultpath.html
3. Repair or Update MATLAB -
Use the installer → Advanced Options → Repair, or update your products: https://www.mathworks.com/help/install/ug/update-products.html
Hope this helps!

Categories

Products

Release

R2025b

Asked:

on 18 Nov 2025

Answered:

on 21 Nov 2025

Community Treasure Hunt

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

Start Hunting!