How to extract data from another aplication ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1008890/image.jpeg)
This is the matlab gui app:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1008895/image.jpeg)
Thank you !
2 comentarios
Respuestas (1)
Walter Roberson
el 24 de Mayo de 2022
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.
0 comentarios
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!