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!