run a script at a certain time

16 ビュー (過去 30 日間)
AA
AA 2016 年 5 月 16 日
回答済み: Steven Lord 2016 年 5 月 16 日
is there a function to run a script lets say every day at 15:00 ? i just want an autoclicker or any other method to execute the script that i wrote.

採用された回答

Steven Lord
Steven Lord 2016 年 5 月 16 日
There is the timer object, but I'd probably use the capability of your operating system to schedule a particular operation to run MATLAB with the -r option at a particular time. See for example the Wikipedia pages on Windows Task Scheduler and cron for more information.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by