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

2 views (last 30 days)
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!

Answers (1)

Rik
Rik on 12 Sep 2019
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 Comment
Guillaume
Guillaume on 12 Sep 2019
You don't even need a bat file. You can configure the task scheduler to launch matlab directly and run the correct script.

Sign in to comment.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!