How do I fix the Simulink StartPage error?
    40 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Devon King
 am 21 Sep. 2023
  
    
    
    
    
    Kommentiert: mees
 am 13 Mär. 2025
            When I open matlab R2023a in Windows 11  and click on the simulink tab. I recieve these errors.
Warning: Unable to resolve the name 'sltemplate.internal.Registrar.warmupCache'.
Error in sltemplate.ui.StartPage
Error in sltemplate.ui.StartPage
Error in sltemplate.ui.StartPage/instance
Error in sltemplate.ui.StartPage/getInstance
Error in sltemplate.ui.StartPage/doShow
Error in sltemplate.ui.StartPage.showCustomView
Error in sltemplate.ui.StartPage>@()sltemplate.ui.StartPage.showCustomView('Start',[],varargin{:})
Error in sltemplate.ui.StartPage/showWithFallback
Error in sltemplate.ui.StartPage.show 
> In sltemplate.ui.StartPage.showWithFallback
In sltemplate.ui.StartPage.show 
Execution of script get_param as a function is not supported:
C:\Program Files\MATLAB\R2023a\toolbox\simulink\core\api\get_param.m
Error in gcs (line 13)
cursys = get_param(0,'CurrentSystem');
I have tried gving system access to the program and installing additional Simulink packages. What Am I doing wrong?
0 Kommentare
Akzeptierte Antwort
  Pratyush
    
 am 21 Sep. 2023
        Hi Devon,
I understand that you are trying to open simulink and you are facing the above error.
The default paths of MATLAB may not be configured properly on your workstation. ITo reset them, please proceed with the following steps:
In MATLAB, type the commands to restore the application path:
>> rehash toolboxcache
>> restoredefaultpath
>> matlabrc
>> savepath
"restoredefaultpath" path will reset paths for all toolboxes/addons. Therefore, if a third party toolbox is installed which doesn't come from MathWorks, you will have to reinstall that toolbox. 
1 Kommentar
  mees
 am 13 Mär. 2025
				thank yyou verry much had lots o f trouble but now i can save the world with my simulations thanks !!!! have good day !!! bye byue
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


