Dear all, what is the meaning of including number of iterations within ode45 syntax?

2 visualizaciones (últimos 30 días)
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.

Respuestas (1)

Steven Lord
Steven Lord el 2 de Nov. de 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.

Categorías

Más información sobre Ordinary Differential Equations 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!

Translated by