How to stop a program after a given time input?

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

It really depends on what your code is doing. How exactly do you want it to "stop". Do you want MATLAB to exit?

댓글을 달려면 로그인하십시오.

답변 (1개)

Ryan G
Ryan G 2013년 5월 13일

0 개 추천

Try the timer object using a single shot execution mode.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

질문:

2013년 5월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by