How can I run a Matlab script at the same time everyday?

2 次查看(过去 30 天)
How can I run a Matlab script at the same time everyday (say at 6 AM MST)?
e.g.
>> traces = irisFetch.Traces('TX','PECS','00','HHZ','2019-08-20 00:00:00','2019-08-20 23:59:59','includePZ','WRITESAC:/Data/');
Thanks!

回答(1 个)

Rik
Rik 2019-9-12
It is probably easiest to use the options your OS provides and run a headless instance of Matlab. On Windows you can use the task scheduler to have a .bat file run. In that .bat file you can write a command that calls Matlab. See more info here.
  1 个评论
Guillaume
Guillaume 2019-9-12
You don't even need a bat file. You can configure the task scheduler to launch matlab directly and run the correct script.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by