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

13 次查看(过去 30 天)
Tanaka
Tanaka 2023-5-3
评论: Tanaka 2023-5-5
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 内

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!