In what ways can Matlab continue running while a window pops up?
Show older comments
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
Accepted Answer
More Answers (2)
David Sanchez
on 10 Jun 2013
0 votes
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
on 10 Jun 2013
0 votes
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!