Dear all, what is the meaning of including number of iterations within ode45 syntax?
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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 comentarios
Respuestas (1)
  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.
0 comentarios
Ver también
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!

