I run a system command in MATLAB which is a solving algorithm. I don't want to wait as long as it will get to the end (because it takes hours). I just need the system answers from the 1. minute of the system command. Is there a way to kill the prozess after that from MATLAB?
Thanks for your help.