Simulink スタートページに飛ばない

6 views (last 30 days)
Tanaka
Tanaka on 3 May 2023
Commented: Tanaka on 5 May 2023
MATLABのホームタブからSimulinkを開こうとすると、以下のようなエラーメッセージが出て、Simulink ライブラリブラウザーが開かれます。
スタートページを開きたいのですがどのようにすれば解決できるのでしょうか。使用環境はR2023aです。
よろしくお願いいたします。
警告: 次を使用中のエラー: matlab.internal.cef.webwindow
MATLABWindow アプリケーションを起動できませんでした。Unable to launch the MATLABWindow application. The exit
code was: -1073741819
エラー: matlab.internal.webwindow/createImplementation (行 319)
implObj = matlab.internal.cef.webwindow(varargin{:});
エラー: matlab.internal.webwindow (行 163)
obj.impl = obj.createImplementation(varargin{:});
エラー: sltemplate.internal.DialogWebBrowser/createWindow
エラー: sltemplate.internal.DialogWebBrowser
エラー: sltemplate.internal.GalleryBrowserFactory.create
エラー: sltemplate.internal.GalleryController
エラー: sltemplate.ui.StartPage
エラー: sltemplate.ui.StartPage
エラー: sltemplate.ui.StartPage/instance
エラー: sltemplate.ui.StartPage/getInstance
エラー: sltemplate.ui.StartPage/doShow
エラー: sltemplate.ui.StartPage.showCustomView
エラー: sltemplate.ui.StartPage>@()sltemplate.ui.StartPage.showCustomView('Start',[],varargin{:})
エラー: sltemplate.ui.StartPage/showWithFallback
エラー: sltemplate.ui.StartPage.show
> sltemplate.ui.StartPage.showWithFallback 内
sltemplate.ui.StartPage.show 内

Accepted Answer

Kojiro Saito
Kojiro Saito on 4 May 2023
セキュリティ対策ソフトを使用されている場合、MATLABインストールフォルダーのbin\win64にある下記の3つの実行ファイルを「例外設定」に追加することで解決できます。
  • MATLAB.exe
  • MATLABWebUI.exe
  • MATLABWindow.exe
  1 Comment
Tanaka
Tanaka on 5 May 2023
3つの実行ファイルをセキュリティ対策ソフトで例外設定にすると、無事Simulinkのスタートページを開くことができました。ご対応ありがとうございました。

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!