「jxbrowser-chromium.exe」プロセスが消えずに残り続ける
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
以下のコードでfigure上にWEBページを表示しましたが、そのfigureを終了させた後も「jxbrowser-chromium.exe」プロセスが消えずに残り続けます。
jObject = com.mathworks.mlwidgets.html.HTMLBrowserPanel;
[browser,container] = javacomponent(jObject, []);
set(container, 'Units','norm', 'Pos',[0.05,0.05,0.90,0.90]);
browser.setCurrentLocation("https://jp.mathworks.com/products/matlab.html");
figureを終了させる際に、何らかのオブジェクトの削除処理が必要なのではないかと思うのですが、
何をどのように削除すればよいのでしょうか?
よろしくお願い致します。
0 Kommentare
Antworten (1)
Siehe auch
Kategorien
Mehr zu インストールとライセンスの紹介 finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!