Info
此问题已关闭。 请重新打开它进行编辑或回答。
calling and killing an external program from MATLAB
2 次查看(过去 30 天)
显示 更早的评论
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
1 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!