How to stop a program after a given time input?
조회 수: 14(최근 30일)
표시 이전 댓글
I created a function in which one input is time in seconds. I want the program to stop after this time has passed. However, I am only aware of the tic toc and the cputime and I can't find out how to apply these in my situation. I hope you can help me.
댓글 수: 1
Daniel Shub
2013년 5월 14일
It really depends on what your code is doing. How exactly do you want it to "stop". Do you want MATLAB to exit?
답변(1개)
참고 항목
범주
Find more on Startup and Shutdown 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!