Anyway I can code my app designer application to stop running in the background after closing (delete(app)) in compiled environment?

7 ビュー (過去 30 日間)
Hi,
My compiled application continues to run in the background after closing. When I open the executable again, it runs another instance of the application and then it runs in the background again after closing (2 instances in the background). I have to go to task manager (ctrl+alt+del) and end the background processes of the application.
Anyway I can code my application in APP designer to stop running in the background after closing?
Thank you so much,
Jack
  2 件のコメント
Jack Souweha
Jack Souweha 2022 年 5 月 31 日
編集済み: Jack Souweha 2022 年 5 月 31 日
Hi Danila,
Yes, we figured out that we need this line:
close all force
after the:
delete(app)
line

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by