Run an external program and control the "buttons" in GUI

I am trying to run an external program through MATLAB. By doing as written below I managed to open the program GUI. Now I would like to control the buttons that appear in the GUI. So my question is, how can I do so?
% Open AKPA through MATLAB
cd 'C:\AKPA\AKPA-CP-DT_60' %set path to software directory
!AKPA6.exe &

2 件のコメント

Gonçalo Guedes
Gonçalo Guedes 2021 年 11 月 9 日
Hello,
I have the same problem! Did you manage to solve?
Jan
Jan 2021 年 11 月 9 日
@Gonçalo Guedes: Sorry, but usually the buttons are controlled by pressing them with the mouse. So please elaborate, what you want to do with details.
The java.awt.robot allows to move the mouse an to simulate clicks on the mouse buttons. AutoHotKey is a tool to controll GUIs also.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeApp Building についてさらに検索

質問済み:

2019 年 3 月 30 日

コメント済み:

Jan
2021 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by