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!