Simulink does not start
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Fangjun Jiang
2021-3-19
try to run "slLibraryBrowser". It seems there are problems with the Simulink template files.
2 个评论
Fangjun Jiang
2021-3-24
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!