フィルターのクリア

In what ways can Matlab continue running while a window pops up?

3 ビュー (過去 30 日間)
Simon
Simon 2013 年 5 月 29 日
Hi there,
I am running a script which calls an executable (of which I cannot acces the source code) multiple times. From time to time during the run (which can take several hours) Matlab stops running because the executable gives a pop-up window as intermediate output. In order to continue running, I have to click "ok".
The problem is that I don't have the time to click this button over and over again (about every minute during a run of several hours). In what ways can I prevent that Matlab stops running while a window pops up? Can I suppress this pop-up window or make Matlab automatically click "ok"?
Best regards, Simon
  1 件のコメント
Simon
Simon 2013 年 6 月 10 日
No one with the experience / knowledge to solve this issue? Help would be very much appreciated!

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

採用された回答

Jan
Jan 2013 年 6 月 10 日
You can emulate a keypress in another application:
  2 件のコメント
Simon
Simon 2013 年 6 月 12 日
Thank you for your answer! I tried Java-Robot but it was a bit complex, therefore I googled for other programs like the ones you suggested and I found AutoHotKey. This is a separate application which is build to strike keys and start programs. It works fine for me. Thanks for the idea!
Irl
Irl 2013 年 8 月 30 日
編集済み: Irl 2013 年 8 月 30 日
Simon -- I have been trying to get AHK to work with Matlab (e.g., type certain special characters) but Matlab seems to ignore anything coming from AHK. I'm still on Matlab 2010; do you have a version of Matlab which plays well with AHK? Or is is just that you run AHK in some kind of loop which looks for the window from your executable and robo-clicks the "OK" button, rather than interacting directly with Matlab?

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

その他の回答 (2 件)

David Sanchez
David Sanchez 2013 年 6 月 10 日
Hi, you could solve the issue in case you had access to the source code of the executable that pops up the cumbersome window. If you can not access that source code, you can not modify the way the pop-up window behaves.

Simon
Simon 2013 年 6 月 10 日
Thanks for your answer David. I understand it, maybe it is possible to let Matlab ignore the window or to let Matlab press the 'ok' button?

カテゴリ

Help Center および File ExchangeCalendar についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by