Running a script in a repeated time interval
16 ビュー (過去 30 日間)
古いコメントを表示
I have a matlab file which i saved as sos.m. I run this script by clicking the run button in the matlab program. My question is that I want matlab to automatically run this script every 30 minutes without me having to physically click on the run button. is there an easy code for this??
0 件のコメント
採用された回答
その他の回答 (1 件)
Walter Roberson
2017 年 11 月 18 日
You can use a timer(). See https://www.mathworks.com/help/matlab/matlab_prog/use-a-matlab-timer-object.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Files and Folders についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!