Dear all, what is the meaning of including number of iterations within ode45 syntax?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
What is the meaning of the followig command? [t,theta]=ode45(@F,tbegin,tEnd,thetaInit,nIters,p) Where nIters=20000. What is the role played by the 'nIters' here? Anyhelp would be greatly appreciated. Thank you.
0 Kommentare
Antworten (1)
Steven Lord
am 2 Nov. 2016
It's (trying) to use an older syntax for the ode45 function, one that is no longer documented. If you want to pass additional parameters into your integrand function (F in this case) there are other techniques you should use instead.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!