Running .exe file from MTLAB using system()
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
mehdi rezaei
2017년 2월 15일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Entering Commands에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!