process for executable compiled with appdesigner wont't close
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i am experiencing the following issue: When i try to close an executable (.exe) compiled as standalone-app from app designer with matlab compiler the app closes, but the corresponding process remains active in the task-manager.
So now, everytime i open and close the executable (.exe), an new windows - task is created. I also cannot recompile the project into the same folder since the exe file remains blocked.
Closing the process via task-manager is not possible. I also tried taskkil /f / im Process.exe in cmd with admin-rights which still doesnt close the task.
in app designer i implemented the closerequest with delete(app) and closereq.
Any ideas how to solve the problem?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!