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

6 vues (au cours des 30 derniers jours)
Tanaka
Tanaka le 3 Mai 2023
Commenté : Tanaka le 5 Mai 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 内

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Simulink dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!