No puedo abrir simulink
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Akanksha
il 21 Nov 2025 alle 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 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!