フィルターのクリア

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 日間)
Warda Panondi
Warda Panondi 2018 年 3 月 21 日
回答済み: Mark Alison 2018 年 3 月 23 日
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 Center および File ExchangeOrdinary Differential Equations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by