R2023a をインストール後 「更にアプリの追加」でエラーが発生します
8 次查看(过去 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!