ODEの解を含むDDEの解法

1 次查看(过去 30 天)
Yosuke Nakatani
Yosuke Nakatani 2019-7-9
回答: Hiro Yoshino 2019-12-11
How should I write a script in case solution of ODE is included in the DDE equation?
ex.)
ODE:
Xa = y(1)
dydt(1,:) = -k*Xa
DDE:
y(1) = -(alp+ Xa)*y(1) + Amp*F_tau_n*S_tau_n;
as in above, I7d like to include the solution of ODE (Xa) in DDE.

回答(1 个)

Hiro Yoshino
Hiro Yoshino 2019-12-11
This may help you out - Symbolic Math Toolbox?

类别

Help CenterFile Exchange 中查找有关 プログラミング 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!