How do i use the timer function to execute a script at 06:00hrs each day monday through friday
Mostrar comentarios más antiguos
I currently have the following but i want this to occur each day at the same time
T1 =timer(TimerFcn','myscriptname')
Startat(T1,"06:00:00');
delete(T1)
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 14 de Sept. de 2017
0 votos
Set up the timer with TasksToExecute infinite and Period 60*60*24 and execution mode FixedRate.
2 comentarios
Charles
el 15 de Sept. de 2017
Walter Roberson
el 15 de Sept. de 2017
'ExecutionMode' 'fixedRate'
'Period'
'TasksToExecute'
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!