Borrar filtros
Borrar filtros

Good Day Sir/Ma'am. May i ask what is the meaning of ode45 here and @dfunc? --------> [t,x] = ode45(@dfunc, tspan, x0);

1 visualización (últimos 30 días)
Thank you very. Hoping for response.

Respuesta aceptada

James Tursa
James Tursa el 21 de Mzo. de 2018
Editada: James Tursa el 21 de Mzo. de 2018
ode45 is a numerical integration routine
doc ode45
@dfunc is a function handle that points to a function called dfunc. This function takes two inputs, time and current state vector, and outputs the derivative of the state vector at that particular time.
doc function_handle

Más respuestas (1)

Mark Alison
Mark Alison el 23 de Mzo. de 2018
I am about to ask such matter.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by