Running .exe file from MTLAB using system()
Mostrar comentarios más antiguos
Hi everyone,
I use system to run my executable file:
system('myfile.exe')
The problem that I'm facing is that it doesn't go to next line unless I close the GUI (which the exe file opens). The exe file doesn't need an input so all I want is to run the exe file programmatically and move on to the next line without waiting for an action from the user. Can anybody help me please? I'd be grateful.
Respuesta aceptada
Más respuestas (1)
mehdi rezaei
el 15 de Feb. de 2017
0 votos
hello I want to run my executable file and it has some button and i want to press one of this button with matlab code. please help me. thank you everyone
Categorías
Más información sobre Entering Commands en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!