Info

This question is closed. Reopen it to edit or answer.

calling and killing an external program from MATLAB

1 view (last 30 days)
Sajid Afaque
Sajid Afaque on 18 Dec 2019
Closed: Walter Roberson on 18 Dec 2019
Hello All,
I call another application(saber) from matlab for simulating.
it works well and the output of simulation are written seperately.
but sometimes the saber run into infinite numerical calculations,in such situations i need to kill saber.
i have used method of calling the .exe and pause(n) for 'n' seconds then if it is exceeding it then killing saber from matlab.
but the problem is it also waits for 'n' seconds for the simulation which finishes quite earlier than 'n' seconds.
so help me in implementing this ,where if the simulation is taking much time it will kill and if it is finished early then it should process further without waiting for 'n' seconds

Answers (0)

Community Treasure Hunt

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

Start Hunting!