Fix the maximum number of iterations while using ode solvers

5 vues (au cours des 30 derniers jours)
Deepa Maheshvare
Deepa Maheshvare le 5 Mar 2019
Modifié(e) : Torsten le 5 Mar 2019
Could someone let me know to fix the maximum number of ierations while solving a set of differential equation using ode15s?
I couldn't find which flag has to be selected in the 'options' .

Réponse acceptée

Torsten
Torsten le 5 Mar 2019
https://de.mathworks.com/matlabcentral/answers/94739-is-it-possible-to-specify-the-maximum-amount-of-time-or-number-of-function-evaluations-to-be-used-by
  2 commentaires
Deepa Maheshvare
Deepa Maheshvare le 5 Mar 2019
Hi ,
I had a look at the odeset function given here .
From the link that has been shared above, I could understand OutputFcn:
has to be altered. I couldn't understand how it has to be set.
Could you please explain?
I couldn't open web([docroot,'/techdoc/ref/odeset.html']). from command prompt.
It shows page not found.
Torsten
Torsten le 5 Mar 2019
Modifié(e) : Torsten le 5 Mar 2019
The file to use is included in the link given (odeRun.m).
Why don't you just take it and modify the numbers 100 and 25 in the line
if numMajorTimeStep > 100 || numDiffEqEval > 25
according to your needs ?

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by