Borrar filtros
Borrar filtros

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

19 visualizaciones (últimos 30 días)
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)?

Respuesta aceptada

Friedrich
Friedrich el 28 de Feb. de 2012
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 comentarios
Titus Edelhofer
Titus Edelhofer el 28 de Feb. de 2012
And on a linux box the same can be done using "cron".
Daniel Shub
Daniel Shub el 28 de Feb. de 2012
You may also want the -nodesktop and -nosplash startup options. You should also think about compiling your function.

Iniciar sesión para comentar.

Más respuestas (2)

Raymond
Raymond el 28 de Feb. de 2012
Thanks all. Since I use Windows, I tried out Friedrich's solution which works fine.

Chris Coutinho
Chris Coutinho el 24 de Mzo. de 2015
I tried Friedrich's solution as well, and it works great. Thanks again.
Chris

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by