How to restart a function if it takes too long to run?

2 Ansichten (letzte 30 Tage)
Diogo Carvalho
Diogo Carvalho am 24 Okt. 2020
Beantwortet: Walter Roberson am 25 Okt. 2020
Hello! I created a time stepping function to solve differential dynamic equations. Within this function I have a while loop that aims to refine the solution for each time step.
I've noticed that for very small timesteps, the function stops progressing and gets stuck. I'd like to make it so that if this happens, then the function gets reset with a new (larger) timestep. All of this would occur automatically and I was thinking about it being based on runtime.
Thank you!

Antworten (1)

Walter Roberson
Walter Roberson am 25 Okt. 2020
See tic and toc, and see clock and etime
You will need to put these checks inside the code that is to be limited. There is no easy way to limit the time for a function without its active cooperation.

Kategorien

Mehr zu Get Started with Optimization Toolbox finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by