Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Time managed program in MATLAB

3 visualizaciones (últimos 30 días)
Vatsal Gupta
Vatsal Gupta el 1 de Jul. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Is there any specific function or code which enables the code to run for a specified amount of time, like say, 10 minutes. The code execution is done as normal and the running of it dies after a period of time.
  3 comentarios
Vatsal Gupta
Vatsal Gupta el 1 de Jul. de 2018
Editada: Vatsal Gupta el 1 de Jul. de 2018
It should halt the program execution, then and there only. Actually I'm working on a program which works for a specified time only and the changing state of the workspace variables are monitored in that period of time.
dpb
dpb el 1 de Jul. de 2018
Sorry, I don't understand. Are you asking about how to stop a program after some time period, not that a program fails unexpectedly after some time?
If so, what time unit is of interest; wall clock time, CPU time (tougher all the time (so to speak :) ) any more with multi-cores, etc., etc., ), some simulation internal time, something else entirely, ...?

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Jul. de 2018
If you use the Parallel Computing Toolbox, then you can use parfeval() to start a process running with a "future". You can wait() for the future with a timeout. If the timeout expires, then cancel() the future.

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by