Borrar filtros
Borrar filtros

ODEの解を含むDDEの解法

1 visualización (últimos 30 días)
Yosuke Nakatani
Yosuke Nakatani el 9 de Jul. de 2019
Respondida: Hiro Yoshino el 11 de Dic. de 2019
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.

Respuestas (1)

Hiro Yoshino
Hiro Yoshino el 11 de Dic. de 2019
This may help you out - Symbolic Math Toolbox?

Categorías

Más información sobre プログラミング en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!