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

1 次查看(过去 30 天)
Thank you very. Hoping for response.

采纳的回答

James Tursa
James Tursa 2018-3-21
编辑:James Tursa 2018-3-21
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

更多回答(1 个)

Mark Alison
Mark Alison 2018-3-23
I am about to ask such matter.

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by