「jxbrowser-chromium.exe」プロセスが消えずに残り続ける
Show older comments
以下のコードで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を終了させる際に、何らかのオブジェクトの削除処理が必要なのではないかと思うのですが、
何をどのように削除すればよいのでしょうか?
よろしくお願い致します。
Answers (1)
koji fukumoto
on 4 Feb 2020
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!