R2023a をインストール後 「更にアプリの追加」でエラーが発生します
10 ビュー (過去 30 日間)
古いコメントを表示
学生から複数問い合わせが来ています
授業で使用しているため、至急対処方法を教えてください。
ウィルスソフトを全員 更新 (Symantec製品→トレンドマイクロ製品)
R2023aにアップデートしています
ーーーー
MATLABの課題をやろうとした所、色のしきい値を押すと以下のエラーが出ました。
僕が思うに恐らく新しく入れたウイルス対策ソフトが
はじいてしまっているのだと思います。
どうしたらいいでしょうか?
次を使用中のエラー: 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{:});
エラー: matlab.ui.container.internal.AppContainer/buildWindow (行 2203)
window = matlab.internal.webwindow(url, this.getOpenPort());
エラー: matlab.ui.container.internal.AppContainer/set.Visible (行 727)
this.Window = this.buildWindow(windowBounds);
エラー: images.internal.app.colorThresholderWeb.ColorSegmentationTool (行 250)
self.App.Visible = true;
エラー: colorThresholder (行 39)
colorThreshFcn();
回答 (1 件)
Akiko
2023 年 4 月 24 日
お問い合わせの内容は、以下のサイトにて報告されているものと同様と思われます。
恐れ入りますが、上記サイトの内容をご確認いただき、アンチウィルスソフトの例外設定に適宜 MATLAB 関連の .exe を追加することをお試しください。
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で インストールとライセンスの紹介 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!