How can I control program with matlab m.file?
Mostrar comentarios más antiguos
i have a .exe program that written by visual studio and it has 2 push button. i want to press this 2 push button with matlab code. can i do it? i run exe file with !name.exe and system(name.exe) but i cant press its push button.
Respuestas (1)
Walter Roberson
el 15 de Feb. de 2017
1 voto
Look at the Java robot class.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!