process for executable compiled with appdesigner wont't close
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer 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!