Running a script in a repeated time interval
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
AA
el 18 de Nov. de 2017
Respondida: Star Strider
el 18 de Nov. de 2017
I have a matlab file which i saved as sos.m. I run this script by clicking the run button in the matlab program. My question is that I want matlab to automatically run this script every 30 minutes without me having to physically click on the run button. is there an easy code for this??
0 comentarios
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 18 de Nov. de 2017
You can use a timer(). See https://www.mathworks.com/help/matlab/matlab_prog/use-a-matlab-timer-object.html
0 comentarios
Ver también
Categorías
Más información sobre Files and Folders en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!