How to automatically run a matlab function at a particular time every day?

Hi. I'd like to run a matlab function every day at 7am. Is there an easy way to do it (besides getting up early every morning)?

 採用された回答

Friedrich
Friedrich 2012 年 2 月 28 日
Hi,
in the case you are running Windows you can schedule a windows task:
So the task should start
matlab -r "your_mfile;quit"

2 件のコメント

Titus Edelhofer
Titus Edelhofer 2012 年 2 月 28 日
And on a linux box the same can be done using "cron".
Daniel Shub
Daniel Shub 2012 年 2 月 28 日
You may also want the -nodesktop and -nosplash startup options. You should also think about compiling your function.

サインインしてコメントする。

その他の回答 (2 件)

Raymond
Raymond 2012 年 2 月 28 日

0 投票

Thanks all. Since I use Windows, I tried out Friedrich's solution which works fine.
Chris Coutinho
Chris Coutinho 2015 年 3 月 24 日

0 投票

I tried Friedrich's solution as well, and it works great. Thanks again.
Chris

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

タグ

質問済み:

2012 年 2 月 28 日

回答済み:

2015 年 3 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by