How can I control program with matlab m.file?

2 views (last 30 days)
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.

Answers (1)

Walter Roberson
Walter Roberson on 15 Feb 2017
Look at the Java robot class.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!