No puedo abrir simulink
11 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Akanksha
on 21 Nov 2025 at 10:03
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
If Simulink isn’t listed, install it: https://www.mathworks.com/help/simulink/ug/install-simulink.html
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!
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!