kill a specific excell process
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using excel from Matlab. I read and write many files from loops. Many excel files remain unclosed and shoot matlab down. I can use the follow syntax to kill all opened excel process: system('taskkill /F /IM EXCEL.EXE').
But during matlab is creating excel files in background, I want to continue to use excel for other issues. This is not possible if I close the excel files all the time in a loop.
Is there a way to kill only a specific excel process (Processes in my loops)?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import from MATLAB 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!