Simulink does not start
13 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
When I click the Simulink button on the home tab, I get the following errors:
Warning: Error: File: ismember.m Line: 160 Column: 1
Illegal use of reserved keyword "end".
Error in setdiff>setdiffR2012a (line 221)
logUA = ~(ismember(a,b));
Error in setdiff (line 111)
[varargout{1:nlhs}] = setdiffR2012a(varargin{:});
Error in matlab.internal.lang.capability.Capability.Unsupported (line 74)
list = setdiff(capabilityArray, current);
Error in matlab.internal.lang.capability.Capability.require (line 85)
missingRequirements = matlab.internal.lang.capability.Capability.Unsupported(capabilityArray);
Error in matlab.internal.webwindow (line 145)
Capability.require(Capability.WebWindow);
Error in sltemplate.internal.DialogWebBrowser/createWindow
Error in sltemplate.internal.DialogWebBrowser
Error in sltemplate.internal.GalleryBrowserFactory.create
Error in sltemplate.internal.GalleryController
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
Unable to resolve the name SLM3I.ScopedStudioBlocker.
Error in SLStudio.internal.ScopedStudioBlocker
Error in slLibraryBrowser
Error in slLibraryBrowser
Error in sltemplate.ui.StartPage/showWithFallback
Error in sltemplate.ui.StartPage.show
Any adice on how I can fix this?
My teacher has said it might be because Matlab is installed on my D-Drive, but looking online, I don't see why this should be an issue?
Thanks
Corey K
0 Commenti
Risposte (1)
Fangjun Jiang
il 19 Mar 2021
try to run "slLibraryBrowser". It seems there are problems with the Simulink template files.
2 Commenti
Fangjun Jiang
il 24 Mar 2021
My knowledge ends here. You can contact Mathwork's tech suppport for this. Paste this error message indicating it is what you got when running "slLibraryBrowser".
I would try re-installing your MATLAB R2020b if possible.
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!