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!