MATLAB: Close terminal window

closeterminalwindow

Hi,
I make a program wich open the terminal window(C:\WINDOWS\system32\cmd.exe) at each time it's fired. I use it in a loop, so I got many useless terminal windows.
My question is : how to close a terminal window from matlab.
Greetings, Steven

Best Answer

I got it, I thought matlab could do it by itself, but instead I modify the batch file of the program.
Related Question