How to extract data from another aplication ?

Hi,
I want to give me an ideea and a starting point for the following:
I want to extract some data from an other application, exactly some numbers from edit text boxes to an gui matlab with a push button and other edit text boxes.
This is the source app:
This is the matlab gui app:
Thank you !

댓글 수: 2

Stephen23
Stephen23 2022년 5월 24일
What interfaces does the "other application" provide?
I really don't know, it's an executable file downloaded from the internet.
There's a way to acces a temp file of the app and to ectract data from there?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2022년 5월 24일

0 개 추천

Unless the app provides a better solution, you will need to ask to capture the screen in that area, and then do Optical Character Recognition.
Apps like you show seldom create temporary files.
It might happen to be the case that you can use Java Robot to activate the File menu and maybe there is a "save" item there.

카테고리

도움말 센터File Exchange에서 Call Java from MATLAB에 대해 자세히 알아보기

제품

릴리스

R2015a

질문:

2022년 5월 24일

답변:

2022년 5월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by